From 9aa1f16f50bd064661f629d9afdf2d30837fe556 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Sat, 1 Jun 2024 06:47:08 -0700 Subject: [PATCH] Grouping dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c2407e..f5eadc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + "otel": + patterns: + - "go.opentelemetry.io/*" - package-ecosystem: "github-actions" directory: "/" schedule: