Skip to content

Commit

Permalink
replaced repoGroup with patternGroup for HotChocolate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
VILLAN3LL3 committed Jul 1, 2023
1 parent 7c637cc commit 14cf188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/monorepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const repoGroups = {
groovy: 'https://github.com/apache/groovy',
guava: 'https://github.com/google/guava',
Hangfire: 'https://github.com/HangfireIO/Hangfire',
hotchocolate: 'https://github.com/ChilliCream/hotchocolate',
'infrastructure-ui': 'https://github.com/instructure/instructure-ui',
'ionic-native': 'https://github.com/ionic-team/ionic-native',
istanbuljs: 'https://github.com/istanbuljs/istanbuljs',
Expand Down Expand Up @@ -292,6 +291,7 @@ const patternGroups = {
clarity: ['^@cds/', '^@clr/'],
embroider: '^@embroider/',
fullcalendar: '^@fullcalendar/',
hotchocolate: '^HotChocolate\\.',
spfx: ['^@microsoft/sp-', '^@microsoft/eslint-.+-spfx$'],
spock: '^org\\.spockframework:spock-',
'syncfusion-dotnet': '^Syncfusion\\.',
Expand Down

0 comments on commit 14cf188

Please sign in to comment.