From 84db5dffb0dbfbf0b03912c666d5af7199d5f3d1 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Mon, 8 Apr 2024 21:00:00 +0300 Subject: [PATCH] Switch renovate to v1.32.x branch (#1772) --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 37b066a2f..2c74fe186 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,7 +4,7 @@ "config:base" ], "ignorePaths": ["instrumentation/**"], - "baseBranches": ["main", "v1.31.x"], + "baseBranches": ["main", "v1.32.x"], "packageRules": [ { "matchPackagePrefixes": ["com.diffplug.spotless"],