chore(release): v10.0 is cut, v9.0 is soon to be EOL

This commit is contained in:
Earl Warren 2024-12-25 12:00:15 +01:00
parent 6836ded397
commit 72dcf04690
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -9,8 +9,8 @@
"baseBranches": [ "baseBranches": [
"$default", "$default",
"/^v7\\.\\d+/forgejo$/", "/^v7\\.\\d+/forgejo$/",
"/^v9\\.\\d+/forgejo$/", "/^v10\\.\\d+/forgejo$/",
"/^v10\\.\\d+/forgejo$/" "/^v11\\.\\d+/forgejo$/"
], ],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
"prConcurrentLimit": 10, "prConcurrentLimit": 10,