Merge pull request 'Explicitly define base branches' (#208) from feat/renovate into master
All checks were successful
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux

Reviewed-on: #208
This commit is contained in:
Lucas Schwiderski 2025-03-12 12:15:09 +00:00
commit 752291fe2d
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

View file

@ -7,5 +7,9 @@
":rebaseStalePrs" ":rebaseStalePrs"
], ],
"prConcurrentLimit": 10, "prConcurrentLimit": 10,
"branchPrefix": "renovate/" "branchPrefix": "renovate/",
"baseBranches": [
"$default",
"/^release\\/.*/"
]
} }