Skip to content

Commit 66beaeb

Browse files
authored
Merge pull request #465 from GrantBirki/patch-2
add dependency cooldowns
2 parents 5558d8a + 391ff48 commit 66beaeb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ version: 2
33
updates:
44
- package-ecosystem: github-actions
55
directory: "/"
6+
cooldown:
7+
default-days: 45
68
groups:
79
github-actions:
810
patterns:
@@ -11,6 +13,8 @@ updates:
1113
interval: monthly
1214
- package-ecosystem: npm
1315
directory: "/"
16+
cooldown:
17+
default-days: 90
1418
groups:
1519
npm-dependencies:
1620
patterns:

0 commit comments

Comments
 (0)