Skip to content

Commit fb30697

Browse files
committed
Group Dependabot updates
1 parent 3efae1d commit fb30697

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
open-pull-requests-limit: 10
1212
reviewers:
1313
- issue-ops/maintainers
14+
groups:
15+
actions-minor:
16+
update-types:
17+
- minor
18+
- patch
1419

1520
- package-ecosystem: npm
1621
directory: /
@@ -22,3 +27,13 @@ updates:
2227
open-pull-requests-limit: 10
2328
reviewers:
2429
- issue-ops/maintainers
30+
groups:
31+
npm-development:
32+
dependency-type: development
33+
update-types:
34+
- minor
35+
- patch
36+
npm-production:
37+
dependency-type: production
38+
update-types:
39+
- patch

0 commit comments

Comments
 (0)