Skip to content

Commit 46ce508

Browse files
authored
Bring back Dependabot cooldown on github actions (DataDog#22842)
1 parent 5947d61 commit 46ce508

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
interval: "weekly"
99
day: "monday"
1010
time: "06:00"
11+
cooldown:
12+
default-days: 7
1113
# Group all actions updates together in the same PR
1214
groups:
1315
actions:
@@ -23,7 +25,8 @@ updates:
2325
interval: "weekly"
2426
day: "monday"
2527
time: "06:00"
26-
# Group all actions updates together in the same PR
28+
cooldown:
29+
default-days: 7
2730
groups:
2831
actions:
2932
patterns:

0 commit comments

Comments
 (0)