Skip to content

Commit

Permalink
fix(presets): name typo (#21064)
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury authored Mar 30, 2023
1 parent 2ab3efa commit 9257f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/config/presets/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const removedPresets: Record<string, string | null> = {
'default:unpublishSafe': 'npm:unpublishSafe',
'helpers:oddIsUnstable': null,
'helpers:oddIsUnstablePackages': null,
'group:jsTestMonMajor': 'group:jsTestNonMajor',
};

const renamedMonorepos: Record<string, string> = {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const staticGroups = {
},
],
},
jsTestMonMajor: {
jsTestNonMajor: {
description: 'Group non-major JS test package updates together.',
packageRules: [
{
Expand Down

0 comments on commit 9257f3c

Please sign in to comment.