Skip to content

Commit 5c7849e

Browse files
authored
Add baketime to dependabot actions updates (DataDog#22785)
1 parent c3468ee commit 5c7849e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ updates:
88
interval: "weekly"
99
day: "monday"
1010
time: "06:00"
11+
cooldown:
12+
default-days: 7
13+
semver-major-days: 14
1114
# Group all actions updates together in the same PR
1215
groups:
1316
actions:
@@ -23,6 +26,9 @@ updates:
2326
interval: "weekly"
2427
day: "monday"
2528
time: "06:00"
29+
cooldown:
30+
default-days: 7
31+
semver-major-days: 14
2632
# Group all actions updates together in the same PR
2733
groups:
2834
actions:

0 commit comments

Comments
 (0)