From 3fe5572c653cc85c9992b8dff9da50856c812464 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 42a6c0abb2e..218b9006bd7 100644 --- a/renovate.json +++ b/renovate.json @@ -61,6 +61,15 @@ "matchBaseBranches": ["stable27", "stable26", "stable25"], "enabled": false }, + { + "groupName": "tiptap", + "matchBaseBranches": ["stable25"], + "matchPackagePrefixes": [ + "@tiptap/", + "prosemirror-" + ], + "enabled": false + }, { "matchPackageNames": ["vue"], "allowedVersions": "<3"