From 187284bac9ae22b569c4988a9f4c11cd4382a45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 20 Jun 2023 22:10:45 +0200 Subject: [PATCH] chore(dependencies): Skip tiptap/prosemirror updates for 25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/renovate.json b/renovate.json index 42a6c0abb2e..77c1bb71988 100644 --- a/renovate.json +++ b/renovate.json @@ -61,6 +61,20 @@ "matchBaseBranches": ["stable27", "stable26", "stable25"], "enabled": false }, + { + "groupName": "tiptap", + "matchBaseBranches": ["stable25"], + "matchPackagePrefixes": [ + "@tiptap/", + "prosemirror-" + ], + "enabled": false + }, + { + "matchUpdateTypes": ["major"], + "matchBaseBranches": ["stable27", "stable26", "stable25"], + "enabled": false + }, { "matchPackageNames": ["vue"], "allowedVersions": "<3"