From 272a76f3c9f60dba6588ec99eb11417ae0ab6cd6 Mon Sep 17 00:00:00 2001 From: Max Sokolovsky Date: Wed, 21 Aug 2024 11:09:16 -0400 Subject: [PATCH] Change the base branch from "master" to "main" in renovate config --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6d7f10c5..fa3efcbf 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "github>rancher/renovate-config#release" ], "baseBranches": [ - "master" + "main" ], "prHourlyLimit": 2 }