Skip to content

Commit 3eaa48b

Browse files
authored
chore: limit grouped npm updates to minor and patch (#184)
1 parent c905ed0 commit 3eaa48b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ updates:
2525
commit-message:
2626
prefix: "chore"
2727
groups:
28-
all-npm:
28+
all-npm-minor-patch:
2929
patterns:
3030
- "*"
31+
update-types:
32+
- "minor"
33+
- "patch"
3134

3235
- package-ecosystem: "npm"
3336
directory: "/showcase/app"
@@ -36,6 +39,9 @@ updates:
3639
commit-message:
3740
prefix: "chore"
3841
groups:
39-
all-npm:
42+
all-npm-minor-patch:
4043
patterns:
4144
- "*"
45+
update-types:
46+
- "minor"
47+
- "patch"

0 commit comments

Comments
 (0)