ci: add release branches to renovate

This commit is contained in:
Stefan Reimer 2024-06-25 14:10:58 +00:00
parent a28c41403f
commit a9e5f22942

View File

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