Skip to content

Commit e74435a

Browse files
authored
Dependabot: Only group minor and patch updates
Major updates are likely to include breaking changes and are worth reviewing individually.
1 parent a8440d0 commit e74435a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ updates:
1616
- dependency-name: "eslint-plugin-import"
1717
versions: [">=2.30.0"]
1818
groups:
19-
npm:
19+
npm-minor:
2020
patterns:
2121
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"
2225
- package-ecosystem: github-actions
2326
directories:
2427
- "/.github/workflows"
@@ -28,6 +31,9 @@ updates:
2831
labels:
2932
- Rebuild
3033
groups:
31-
actions:
34+
actions-minor:
3235
patterns:
3336
- "*"
37+
update-types:
38+
- "minor"
39+
- "patch"

0 commit comments

Comments
 (0)