Skip to content

Commit fcda10d

Browse files
authored
Add cooldown configuration for Dependabot
1 parent 41ceb03 commit fcda10d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
day: tuesday
88
time: "12:00"
99
timezone: Europe/Athens
10+
cooldown:
11+
default-days: 7
1012
groups:
1113
github-actions:
1214
patterns:
@@ -21,6 +23,8 @@ updates:
2123
day: tuesday
2224
time: "12:00"
2325
timezone: Europe/Athens
26+
cooldown:
27+
default-days: 7
2428
versioning-strategy: increase
2529
rebase-strategy: disabled
2630
ignore:

0 commit comments

Comments
 (0)