From f5b779ace56807838da36a9b906391e2e8f85fbc Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Thu, 19 Sep 2024 09:13:48 +0300 Subject: [PATCH] Remove renovate from v1.32.x branch (#2043) * Remove renovate from v1.32.x branch * remove unneded rule --- .github/renovate.json5 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d62a18db7..b994008f4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,6 @@ "config:base" ], "ignorePaths": ["instrumentation/**"], - "baseBranches": ["main", "v1.32.x"], "packageRules": [ { "matchPackagePrefixes": ["com.diffplug.spotless"], @@ -35,13 +34,6 @@ // of that release instead of the unstable version for a future release "ignoreUnstable": false, "allowedVersions": "!/\\-SNAPSHOT$/" - }, - { - // we are not going to update the semconv in 1.x branch - "matchPackageNames": ["io.opentelemetry.semconv:opentelemetry-semconv"], - "matchUpdateTypes": ["minor"], - "matchBaseBranches": ["v1.32.x"], - "enabled": false } ] }