From cfd40a8c17e6889c2e8f28c166376619673cd3fb Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Tue, 27 Feb 2024 22:49:58 +0200 Subject: [PATCH] Move renovate to release/v1.33.x branch (#10692) --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9121065131..1d2978ae84 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,7 @@ "config:base" ], "ignorePaths": ["instrumentation/**"], - "baseBranches": ["main", "release/v1.32.x"], + "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