Skip to content

Commit 5821b8c

Browse files
Update cooldown keys in dependabot configuration
1 parent 99bca5e commit 5821b8c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ updates:
1010
schedule:
1111
interval: weekly
1212
cooldown:
13-
default: 7
14-
major: 14
15-
minor: 7
16-
patch: 3
13+
default-days: 7
14+
semver-major-days: 14
15+
semver-minor-days: 7
16+
semver-patch-days: 3
1717
commit-message:
1818
prefix: "feat(deps): "
1919
prefix-development: "chore(deps-dev): "
@@ -30,10 +30,10 @@ updates:
3030
schedule:
3131
interval: monthly
3232
cooldown:
33-
default: 7
34-
major: 14
35-
minor: 7
36-
patch: 3
33+
default-days: 7
34+
semver-major-days: 14
35+
semver-minor-days: 7
36+
semver-patch-days: 3
3737
commit-message:
3838
prefix: "ci: "
3939
groups:
@@ -45,10 +45,10 @@ updates:
4545
schedule:
4646
interval: monthly
4747
cooldown:
48-
default: 7
49-
major: 14
50-
minor: 7
51-
patch: 3
48+
default-days: 7
49+
semver-major-days: 14
50+
semver-minor-days: 7
51+
semver-patch-days: 3
5252
commit-message:
5353
prefix: "ci: "
5454
groups:

0 commit comments

Comments
 (0)