diff --git a/lib/config/presets/internal/group.ts b/lib/config/presets/internal/group.ts index 0e23a4b694df17c19fb02ffb8f2e11cce149854d..e5b867020ea29dc8d27e7ad18a8b668754909f23 100644 --- a/lib/config/presets/internal/group.ts +++ b/lib/config/presets/internal/group.ts @@ -363,6 +363,7 @@ const staticGroups = { packageRules: [ { commitMessageTopic: 'Node.js', + groupName: 'Node.js', matchDatasources: ['docker', 'node-version'], matchPackageNames: [ '/(?:^|/)node$/', // node or ends with "/node, except those below"