Skip to content

Commit dd86c36

Browse files
authored
feat: Configure cooldown for Dependabot updates
Added cooldown configuration for Dependabot updates.
1 parent 305eae6 commit dd86c36

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,3 +24,5 @@ updates:
2224
separator: "-"
2325
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
2426
versioning-strategy: increase
27+
cooldown:
28+
default-days: 3

0 commit comments

Comments
 (0)