Skip to content

Commit e78af90

Browse files
committed
feat: add explicit cooldown, tuned per semver level [skip ci]
1 parent bb7451b commit e78af90

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
day: "monday"
1212
time: "06:00"
1313
timezone: "Asia/Amman"
14+
cooldown:
15+
default-days: 3
16+
semver-patch-days: 1
17+
semver-minor-days: 3
18+
semver-major-days: 7
1419
open-pull-requests-limit: 10
1520
groups:
1621
nuget-patch:
@@ -29,6 +34,11 @@ updates:
2934
day: "monday"
3035
time: "06:00"
3136
timezone: "Asia/Amman"
37+
cooldown:
38+
default-days: 3
39+
semver-patch-days: 1
40+
semver-minor-days: 3
41+
semver-major-days: 7
3242
open-pull-requests-limit: 5
3343
labels:
3444
- "dependencies"
@@ -42,6 +52,11 @@ updates:
4252
day: "monday"
4353
time: "06:00"
4454
timezone: "Asia/Amman"
55+
cooldown:
56+
default-days: 3
57+
semver-patch-days: 1
58+
semver-minor-days: 3
59+
semver-major-days: 7
4560
open-pull-requests-limit: 5
4661
groups:
4762
actions-patch:

0 commit comments

Comments
 (0)