fix(renovate): update baseBranches (#59)

Signed-off-by: PoAn Yang <poan.yang@suse.com>
This commit is contained in:
PoAn Yang 2025-01-09 16:21:29 +08:00 committed by GitHub
parent aa131e10f3
commit 84b35390c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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