Skip to content

Commit c1d721b

Browse files
authored
Dependabot: Group major updates
Make it easier to process `@actions/*` Node version updates for instance.
1 parent c07cc0d commit c1d721b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ updates:
1616
- dependency-name: "eslint-plugin-import"
1717
versions: [">=2.30.0"]
1818
groups:
19+
npm-major:
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "major"
1924
npm-minor:
2025
patterns:
2126
- "*"
@@ -31,6 +36,11 @@ updates:
3136
labels:
3237
- Rebuild
3338
groups:
39+
actions-major:
40+
patterns:
41+
- "*"
42+
update-types:
43+
- "major"
3444
actions-minor:
3545
patterns:
3646
- "*"

0 commit comments

Comments
 (0)