chore(renovate): disable major updates on stable branches by default (#11243)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11243
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2026-02-11 18:21:25 +01:00 committed by Michael Kriese
parent 7791984040
commit a6e1b4fe03

View file

@ -145,6 +145,12 @@
"matchDepTypes": ["indirect"],
"enabled": false
},
{
"description": "Disable major updates for stable branches",
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"description": "Require approval for stable branches (must be last rule to override all others)",
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],