mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-02 21:28:45 +00:00
chore(release): v10.0 is cut, v9.0 is soon to be EOL
This commit is contained in:
parent
6836ded397
commit
72dcf04690
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
"baseBranches": [
|
||||
"$default",
|
||||
"/^v7\\.\\d+/forgejo$/",
|
||||
"/^v9\\.\\d+/forgejo$/",
|
||||
"/^v10\\.\\d+/forgejo$/"
|
||||
"/^v10\\.\\d+/forgejo$/",
|
||||
"/^v11\\.\\d+/forgejo$/"
|
||||
],
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
|
||||
"prConcurrentLimit": 10,
|
||||
|
|
Loading…
Reference in a new issue