chore(renovate): explicit base branches

So we can easier skip versions and renovate requires less runtime.
This commit is contained in:
Michael Kriese 2024-11-01 13:00:55 +01:00
parent c2452e17ca
commit 2322fdd7cd
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -8,8 +8,9 @@
],
"baseBranches": [
"$default",
"/^v[7-9]\\.\\d+/forgejo$/",
"/^v\\d\\d+\\.\\d+\\/forgejo$/"
"/^v7\\.\\d+/forgejo$/",
"/^v9\\.\\d+/forgejo$/",
"/^v10\\.\\d+/forgejo$/"
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
"prConcurrentLimit": 10,