Skip to content

Commit f3aca85

Browse files
authored
fix: add cooldown to dependabot config (#7910)
1 parent 14bdb36 commit f3aca85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: "monthly"
77
time: "06:00"
88
timezone: "America/Chicago"
9+
cooldown:
10+
default-days: 7
911
labels: []
1012
commit-message:
1113
prefix: "chore"
@@ -16,6 +18,8 @@ updates:
1618
interval: "monthly"
1719
time: "06:00"
1820
timezone: "America/Chicago"
21+
cooldown:
22+
default-days: 7
1923
labels: []
2024
ignore:
2125
# Ignore patch updates for all dependencies

0 commit comments

Comments
 (0)