Skip to content

Commit 3a0c190

Browse files
committed
dependabot: Add cooldown
1 parent 863639a commit 3a0c190

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ updates:
66
schedule:
77
interval: weekly
88
time: "02:00"
9+
cooldown:
10+
default-days: 5
11+
semver-major-days: 30
12+
semver-minor-days: 7
13+
semver-patch-days: 5
914
- package-ecosystem: "github-actions"
1015
directory: "/"
1116
schedule:
1217
interval: weekly
1318
time: "02:00"
19+
cooldown:
20+
default-days: 5
21+
semver-major-days: 30
22+
semver-minor-days: 7
23+
semver-patch-days: 5

0 commit comments

Comments
 (0)