From 8aa94e2ae8dfd461341095fdd9c28c8e2fe049ba Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Thu, 16 Nov 2023 11:38:27 -0600 Subject: [PATCH] update renovate to update all otel packages in a single pr to ensure all dependent packages are updated at the same time (#188) Signed-off-by: Mike Mason --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 365204cf..27581b4f 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": [