Skip to content

Commit a43f9ed

Browse files
authored
Update dependabot to group dependencies (#252)
1 parent d770db0 commit a43f9ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ updates:
66
interval: "weekly"
77
open-pull-requests-limit: 10
88
groups:
9-
dev-deps:
10-
dependency-type: "development"
11-
prod-deps:
12-
dependency-type: "production"
9+
patterns:
10+
- "*"
1311

1412
- package-ecosystem: "github-actions"
1513
directory: "/"
@@ -20,4 +18,7 @@ updates:
2018
prefix: "[workflow]"
2119
labels:
2220
- "dependencies"
23-
target-branch: "master"
21+
target-branch: "master"
22+
groups:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)