Skip to content

Commit 8b61513

Browse files
committed
Update dependabot cooldown config to 7 days
1 parent 6d08842 commit 8b61513

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,41 @@ updates:
55
schedule:
66
interval: 'monthly'
77
day: 'monday'
8+
pull-request-branch-name:
9+
separator: '-'
10+
open-pull-requests-limit: 10
11+
cooldown:
12+
default-days: 7
13+
groups:
14+
github-actions:
15+
patterns:
16+
- '*'
817
- package-ecosystem: 'npm'
918
directory: '/'
1019
schedule:
1120
interval: 'monthly'
1221
day: 'monday'
22+
pull-request-branch-name:
23+
separator: '-'
24+
open-pull-requests-limit: 10
25+
cooldown:
26+
default-days: 7
27+
groups:
28+
npm-dependencies:
29+
patterns:
30+
- '*'
31+
update-types:
32+
- 'minor'
33+
- 'patch'
34+
npm-major:
35+
patterns:
36+
- '*'
37+
update-types:
38+
- 'major'
39+
ignore:
40+
- dependency-name: '*'
41+
update-types:
42+
- 'version-update:semver-major'
43+
schedule:
44+
interval: 'monthly'
45+
versioning-strategy: increase

0 commit comments

Comments
 (0)