mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 14:06:15 +01:00
Merge pull request 'chore(renovate): explicit base branches' (#5768) from viceice/chore/renovate into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5768
This commit is contained in:
commit
d81758d517
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