From 3b4b84f102bfd7a7006c6f578048720f935f0d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 23 Dec 2024 15:41:48 +0100 Subject: [PATCH] Grouping Gulp submodules --- renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index ce3f57d1..d37d6d8b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,4 +1,12 @@ { '$schema': 'https://docs.renovatebot.com/renovate-schema.json', 'extends': ['github>Lombiq/renovate-config:default-orchard-core-submodule.json5'], + packageRules: [ + { + groupName: 'Gulp packages', + matchPackageNames: [ + 'gulp*', + ], + }, + ], }