mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
chore(renovate): disable updates on old stable branches (#12122)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12122 Reviewed-by: 0ko <0ko@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
179fbdb04e
commit
1b6e124087
1 changed files with 6 additions and 0 deletions
|
|
@ -153,6 +153,12 @@
|
|||
"matchUpdateTypes": ["major"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Disable updates for old stable branches but still allow security updates",
|
||||
"matchBaseBranches": ["v11.0/forgejo", "v14.0/forgejo"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Require approval for stable branches (must be last rule to override all others)",
|
||||
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue