Skip to content

Commit 1d740c4

Browse files
authored
Merge pull request #940 from minrk/group-minor
dependabot: split major/minor js bumps
2 parents bcff0dd + d99c0a8 commit 1d740c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ updates:
1414
interval: monthly
1515
groups:
1616
# one big pull request
17-
lab:
17+
lab-minor:
1818
patterns:
1919
- "*"
20+
update-types:
21+
- minor
22+
- patch
23+
# group major bumps
24+
lab-major:
25+
patterns:
26+
- "*"
27+
update-types:
28+
- major

0 commit comments

Comments
 (0)