Skip to content

Commit 20ae3cc

Browse files
authored
Set dependabot cooldown (RustPython#7490)
* Set dependabot cooldown * Increase default to 7 days
1 parent f1d0fc3 commit 20ae3cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
directory: /
66
schedule:
77
interval: weekly
8+
cooldown:
9+
default-days: 7
10+
semver-major-days: 30
11+
semver-minor-days: 7
12+
semver-patch-days: 3
813
groups:
914
criterion:
1015
patterns:
@@ -143,7 +148,14 @@ updates:
143148
directory: /
144149
schedule:
145150
interval: weekly
151+
cooldown:
152+
default-days: 7
146153
- package-ecosystem: npm
147154
directory: /
148155
schedule:
149156
interval: weekly
157+
cooldown:
158+
default-days: 7
159+
semver-major-days: 30
160+
semver-minor-days: 7
161+
semver-patch-days: 3

0 commit comments

Comments
 (0)