From 0bf2da2d9f535069f138b52bad07d5c9eac8958f Mon Sep 17 00:00:00 2001 From: David Schall Date: Tue, 27 Aug 2024 07:19:24 +0000 Subject: [PATCH] better grouping --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f730f59..e6071f22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -108,6 +108,10 @@ updates: interval: weekly day: sunday groups: - python-packages: + grpcio: patterns: - - "*" + - "grpcio*" + + tracing: + patterns: + - "opentelemetry*"