Skip to content

Commit 59d2c0b

Browse files
committed
chore: add cooldown configuration for Dependabot updates
1 parent 0dc5977 commit 59d2c0b

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
@@ -12,6 +12,8 @@ updates:
1212
day: "monday"
1313
time: "05:00"
1414
timezone: "Europe/Berlin"
15+
cooldown:
16+
default-days: 7
1517
groups:
1618
gha:
1719
patterns:
@@ -23,6 +25,8 @@ updates:
2325
day: "monday"
2426
time: "05:00"
2527
timezone: "Europe/Berlin"
28+
cooldown:
29+
default-days: 7
2630
groups:
2731
npm:
2832
update-types:

0 commit comments

Comments
 (0)