From a49ee0f682db8528a9bc1c8f00abd509531eeb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Nov 2023 09:32:57 +0100 Subject: [PATCH] Update renovate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- renovate.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/renovate.json b/renovate.json index 11cf02cac3..c91a629710 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,7 @@ "ignoreUnstable": false, "baseBranches": [ "main", + "stable28", "stable27", "stable26" ], @@ -85,16 +86,7 @@ }, { "matchUpdateTypes": ["major"], - "matchBaseBranches": ["stable27", "stable26", "stable25"], - "enabled": false - }, - { - "groupName": "tiptap", - "matchBaseBranches": ["stable25"], - "matchPackagePrefixes": [ - "@tiptap/", - "prosemirror-" - ], + "matchBaseBranches": ["stable28", "stable27", "stable26"], "enabled": false }, {