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*', + ], + }, + ], }