From 9ad374a327c0746213367f2d73a0175b3fda76e2 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Thu, 19 Sep 2024 01:19:45 +0300 Subject: [PATCH] Remove renovate from release/v1.33.x branch (#12275) --- .github/renovate.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index db5d367254..3edc101248 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,6 @@ "config:base" ], "ignorePaths": ["instrumentation/**"], - "baseBranches": ["main", "release/v1.33.x"], // needed in order to get patch-only updates in package rules below // unfortunately you can't combine updateTypes and separateMinorPatch in the same package rule // so we have to apply it globally here, see