mirror of
1
Fork 0

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
1 changed files with 3 additions and 2 deletions

View File

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