From fb93ce46beac4c082b8532bf28f61a8dc5f69753 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Sat, 14 Dec 2024 07:42:16 -0800 Subject: [PATCH] [chore] Remove the renovate update for otel go (#6436) This prevents the creation of otel go update PR from `renovate`, like this #6434, as we would manually create an individual release PR to do the update, like #6435. --------- Co-authored-by: Tyler Yahn --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a988196c405..75da7eeec97 100644 --- a/renovate.json +++ b/renovate.json @@ -26,7 +26,7 @@ }, { "matchPackageNames": ["go.opentelemetry.io/otel/**"], - "allowedVersions": "/^v[0-9]+\\.[0-9]+\\.[0-9]+/" + "enabled": false } ] }