From cefa5250c51817cda5f8ca8844c82ebf06840ed3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 10 Feb 2023 13:10:46 +0100 Subject: [PATCH] chore(deps): create a group for all histoire dependencies --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index f26da76ce..ee7ca0c5d 100644 --- a/renovate.json +++ b/renovate.json @@ -20,6 +20,12 @@ "@vueuse/" ] }, + { + "groupName": "histoire", + "matchPackagePrefixes": [ + "@histoire/" + ] + }, { "matchDepTypes": ["devDependencies"], "automerge": true,