From 8910ce8473de04b6d4a8bcee6f284037b7678124 Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Thu, 16 Nov 2023 17:31:30 +0000 Subject: [PATCH] update renovate to update all otel packages in a single pr to ensure all dependent packages are updated at the same time --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 365204cfd..27581b4f3 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,11 @@ "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "matchPackagePrefixes": ["go.opentelemetry.io"], + "groupName": "Update OTEL", + "groupSlug": "update-otel" } ], "postUpdateOptions": [