From 25684b7d3db2c14574683b6e6bf9ba4562481124 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 3 Jul 2024 10:27:43 -0700 Subject: [PATCH] Group otel and k8s.io updates Problem: Otel and k8s dependencies are often upgraded all at once and depend on one another Solution: Instruct dependabot to group all the dependencies of the same set of libraries in a single PR --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2dbe86e7fc..6b1611f242 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,13 @@ updates: - "**/*" schedule: interval: daily + groups: + otel: + patterns: + - "go.opentelemetry.io/otel*" + k8s.io: + patterns: + - "k8s.io/*" - package-ecosystem: docker directories: