Skip to content

Commit 653a9c3

Browse files
authored
feat: Add cooldown settings for Dependabot updates (#1251)
1 parent 3aee3ff commit 653a9c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
timezone: "Europe/Berlin"
1010
pull-request-branch-name:
1111
separator: "-"
12+
cooldown:
13+
default-days: 3
1214

1315
# Daily: Check minor and patch updates
1416
- package-ecosystem: "npm"
@@ -22,6 +24,8 @@ updates:
2224
separator: "-"
2325
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
2426
versioning-strategy: increase
27+
cooldown:
28+
default-days: 3
2529
groups:
2630
patch-dependencies:
2731
update-types:

0 commit comments

Comments
 (0)