diff --git a/lib/config/presets/internal/group.ts b/lib/config/presets/internal/group.ts index b1865417f788cb..21e40faf67b4ed 100644 --- a/lib/config/presets/internal/group.ts +++ b/lib/config/presets/internal/group.ts @@ -50,6 +50,7 @@ const staticGroups = { extends: [ 'group:nodeJs', 'group:allApollographql', + 'group:codemirror', 'group:fortawesome', 'group:fusionjs', 'group:glimmer', @@ -101,6 +102,15 @@ const staticGroups = { }, ], }, + codemirror: { + description: 'Group CodeMirror packages together', + packageRules: [ + { + groupName: 'CodeMirror', + matchPackagePrefixes: ['@codemirror/'], + }, + ], + }, definitelyTyped: { description: 'Group all @types packages together', packageRules: [