Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(preset): add codemirror group #11721

Merged
merged 6 commits into from Sep 16, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/config/presets/internal/group.ts
Expand Up @@ -50,6 +50,7 @@ const staticGroups = {
extends: [
'group:nodeJs',
'group:allApollographql',
'group:codemirror',
'group:fortawesome',
'group:fusionjs',
'group:glimmer',
Expand Down Expand Up @@ -120,6 +121,15 @@ const staticGroups = {
},
],
},
codemirror: {
sachinraja marked this conversation as resolved.
Show resolved Hide resolved
description: 'Group CodeMirror packages together',
packageRules: [
{
groupName: 'CodeMirror',
matchPackagePrefixes: ['@codemirror/'],
rarkins marked this conversation as resolved.
Show resolved Hide resolved
},
],
},
fortawesome: {
description: 'Group all packages by Font Awesome together',
packageRules: [
Expand Down