Skip to content

Commit b0581f2

Browse files
authored
cicd: only group grpc deps (#586)
1 parent 3aadca9 commit b0581f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ updates:
1414
commit-message:
1515
prefix: "MAINT"
1616
groups:
17-
dev-dependencies:
17+
grpc-deps:
1818
patterns:
19-
- "*"
19+
- "google*"
20+
- "grpc*"
21+
- "protobuf"
2022

2123
- package-ecosystem: "github-actions"
2224
directory: "/"
@@ -29,6 +31,6 @@ updates:
2931
commit-message:
3032
prefix: "MAINT"
3133
groups:
32-
dev-dependencies:
34+
actions:
3335
patterns:
3436
- "*"

0 commit comments

Comments
 (0)