Skip to content

Commit 5cca96e

Browse files
authored
feat: Add cooldown settings for Dependabot updates
1 parent 0e95337 commit 5cca96e

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
@@ -7,6 +7,8 @@ updates:
77
interval: "daily"
88
time: "02:00"
99
timezone: "Europe/Berlin"
10+
cooldown:
11+
default-days: 3
1012

1113
# Daily: Check minor and patch updates
1214
- package-ecosystem: "npm"
@@ -18,6 +20,8 @@ updates:
1820
separator: "-"
1921
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
2022
versioning-strategy: increase
23+
cooldown:
24+
default-days: 3
2125
groups:
2226
patch-dependencies:
2327
update-types:

0 commit comments

Comments
 (0)