Skip to content

Commit 4bb60d1

Browse files
authored
chore: group dependabot updates (#106)
1 parent d0ed6d3 commit 4bb60d1

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
@@ -6,7 +6,17 @@ updates:
66
interval: weekly
77
open-pull-requests-limit: 10
88
versioning-strategy: increase
9+
groups:
10+
production-dependencies:
11+
dependency-type: "production"
12+
development-dependencies:
13+
dependency-type: "development"
914
- package-ecosystem: 'github-actions'
1015
directory: '/'
1116
schedule:
1217
interval: weekly
18+
open-pull-requests-limit: 5
19+
groups:
20+
github-actions:
21+
patterns:
22+
- "*"

0 commit comments

Comments
 (0)