Skip to content

Commit 603b91c

Browse files
Merge pull request #144 from chrisreddington/chrisreddington/align-dependabot-config
chore: align Dependabot config with trend-radar pattern
2 parents b6659d0 + 945c64c commit 603b91c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,33 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7-
open-pull-requests-limit: 10
87
cooldown:
98
default-days: 7
109
groups:
11-
actions-minor:
10+
actions-all:
1211
update-types:
12+
- major
1313
- minor
1414
- patch
1515

1616
- package-ecosystem: npm
1717
directory: /
1818
schedule:
1919
interval: weekly
20-
open-pull-requests-limit: 10
2120
cooldown:
2221
default-days: 7
22+
semver-major-days: 14
23+
semver-minor-days: 3
24+
semver-patch-days: 3
2325
groups:
2426
npm-development:
2527
dependency-type: development
2628
update-types:
29+
- major
2730
- minor
2831
- patch
2932
npm-production:
3033
dependency-type: production
3134
update-types:
35+
- minor
3236
- patch

0 commit comments

Comments
 (0)