Skip to content

Commit ede3d1d

Browse files
committed
Add cooldown and groups configuration for Dependabot
1 parent a8f5885 commit ede3d1d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
cooldown:
13+
default-days: 3
14+
semver-major-days: 7
15+
semver-minor-days: 3
16+
semver-patch-days: 3
1217
- package-ecosystem: "github-actions"
1318
directory: ".github"
19+
cooldown:
20+
default-days: 3
1421
schedule:
1522
interval: "weekly"
23+
groups:
24+
all-actions:
25+
patterns: [ "*" ]

0 commit comments

Comments
 (0)