Skip to content

Commit 12417aa

Browse files
committed
better grouping
1 parent cd74ce5 commit 12417aa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ updates:
108108
interval: weekly
109109
day: sunday
110110
groups:
111-
python-packages:
111+
grpcio:
112112
patterns:
113-
- "*"
113+
- "grpcio*"
114+
115+
tracing:
116+
patterns:
117+
- "opentelemetry*"

0 commit comments

Comments
 (0)