mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-07-18 17:19:41 +02:00
chore(renovate): enable v12 branch (#8525)
We should enable renovate on v12 for easier backports. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8525 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: viceice <michael.kriese@gmx.de> Co-committed-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
93f029cb75
commit
d61bd928a4
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
],
|
||||
"baseBranches": [
|
||||
"$default",
|
||||
"/^v11\\.\\d+/forgejo$/"
|
||||
"/^v11\\.\\d+/forgejo$/",
|
||||
"/^v12\\.\\d+/forgejo$/"
|
||||
],
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
|
||||
"prConcurrentLimit": 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue