ci: add release branches to renovate

This commit is contained in:
Stefan Reimer 2024-06-25 14:10:58 +00:00
parent 1f014a5f91
commit f0cb513dd1

View File

@ -17,5 +17,6 @@
}
],
"ignorePaths": ["charts/*/charts/**"],
"enabledManagers": ["dockerfile", "helmv3", "helm-values"]
"enabledManagers": ["dockerfile", "helmv3", "helm-values"],
"baseBranches": ["$default", "/^release\\/.*/"]
}