From d005875bbfaff4bd6907c3d6fa564d7ce6a33fe7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 21 Oct 2023 18:57:17 +0200 Subject: [PATCH] chore(editor): make sure all tiptap dependencies are updated as one --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index b27d66ecb..11e6826c1 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,13 @@ "histoire" ] }, + { + "groupName": "tiptap", + "matchPackagePrefixes": [ + "@tiptap/", + "tiptap" + ] + }, { "matchDepTypes": ["devDependencies"], "groupName": "dev-dependencies",