Skip to content

Commit ad9a3c0

Browse files
authored
feat: Configure cooldown for Dependabot updates (#782)
Added cooldown settings for Dependabot updates.
1 parent 5fb0cc8 commit ad9a3c0

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
@@ -13,6 +13,8 @@ updates:
1313
timezone: "Europe/Berlin"
1414
pull-request-branch-name:
1515
separator: "-"
16+
cooldown:
17+
default-days: 3
1618

1719
# Daily: Check minor and patch updates
1820
- package-ecosystem: "npm"
@@ -26,6 +28,8 @@ updates:
2628
separator: "-"
2729
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
2830
versioning-strategy: increase
31+
cooldown:
32+
default-days: 3
2933
groups:
3034
patch-dependencies:
3135
update-types:

0 commit comments

Comments
 (0)