vm-import-controller/renovate.json
PoAn Yang 84b35390c8
fix(renovate): update baseBranches (#59)
Signed-off-by: PoAn Yang <poan.yang@suse.com>
2025-01-09 16:21:29 +08:00

10 lines
142 B
JSON

{
"extends": [
"github>harvester/renovate:renovate-default"
],
"baseBranches": [
"main",
"/^v.*/"
]
}