From a9e5f22942665473c36d4a3f83d96daa82a5efcd Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 25 Jun 2024 14:10:58 +0000 Subject: [PATCH] ci: add release branches to renovate --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 15919940..a18b3894 100644 --- a/renovate.json +++ b/renovate.json @@ -17,5 +17,6 @@ } ], "ignorePaths": ["charts/*/charts/**"], - "enabledManagers": ["dockerfile", "helmv3", "helm-values"] + "enabledManagers": ["dockerfile", "helmv3", "helm-values"], + "baseBranches": ["$default", "/^release\\/.*/"] }