mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 12:55:32 +03: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
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue