mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 01:44:24 +01:00
chore(renovate): explicit base branches
So we can easier skip versions and renovate requires less runtime.
This commit is contained in:
parent
c2452e17ca
commit
2322fdd7cd
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue