From 54bba7ed560004f40cd277aef921bdcd07802ea6 Mon Sep 17 00:00:00 2001 From: Jonathan Crowther Date: Fri, 12 Apr 2024 11:10:31 -0400 Subject: [PATCH] Update release branch and enabledManagers (#350) --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d8cbec26f..224aa6149 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "github>rancher/renovate-config#release" ], "baseBranches": [ - "release/v0.4" + "release/v0.5" ], "prHourlyLimit": 2, "enabledManagers": [ @@ -11,6 +11,7 @@ "dockerfile", "github-actions", "helm-values", - "regex" + "regex", + "gomod" ] } \ No newline at end of file