From a6e1b4fe0317c6e7cbbce9117e2589eac0a71377 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 11 Feb 2026 18:21:25 +0100 Subject: [PATCH] chore(renovate): disable major updates on stable branches by default (#11243) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11243 Reviewed-by: Mathieu Fenniak Co-authored-by: Michael Kriese Co-committed-by: Michael Kriese --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index ec84852076..0710f111b5 100644 --- a/renovate.json +++ b/renovate.json @@ -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$/"],