Skip to content

Commit c625f03

Browse files
authored
Update Dependabot schedule and cooldown settings
Changed the update schedule for GitHub Actions and npm dependencies from daily to weekly, and reduced the cooldown period from 14 days to 5 days.
1 parent 08b86f8 commit c625f03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
cooldown:
8-
default-days: 14
8+
default-days: 5
99
groups:
1010
github-actions-updates:
1111
patterns: ["*"]
@@ -14,9 +14,9 @@ updates:
1414
- package-ecosystem: "npm"
1515
directory: "/"
1616
schedule:
17-
interval: "daily"
17+
interval: "weekly"
1818
cooldown:
19-
default-days: 14
19+
default-days: 5
2020
groups:
2121
npm-dependency-updates:
2222
patterns: ["*"]

0 commit comments

Comments
 (0)