From bfa930b874e9746972637ec278da50cf08232e17 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 2 Jul 2024 18:12:51 -0400 Subject: [PATCH] [chore] Group all go.opentelemetry.io/otel packages in renovate (#33872) --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index efc9bc93ac9c..afbd76d862ec 100644 --- a/renovate.json +++ b/renovate.json @@ -72,6 +72,11 @@ "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/build-tools"], "groupName": "All go.opentelemetry.io/build-tools packages" }, + { + "matchManagers": ["gomod"], + "matchSourceUrlPrefixes": ["https://go.opentelemetry.io/otel"], + "groupName": "All go.opentelemetry.io/otel packages" + }, { "matchManagers": ["gomod"], "matchSourceUrlPrefixes": ["https://github.com/googlecloudplatform"],