Skip to content

Commit

Permalink
feat: add require to semanticPrefixFixDepsChoreOthers (#8738)
Browse files Browse the repository at this point in the history
* feat: add require to semanticPrefixFixDepsChoreOthers

* update snapshots

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
3 people committed Feb 18, 2021
1 parent 387a95d commit a719136
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/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ Object {
Object {
"matchDepTypes": Array [
"dependencies",
"require",
],
"semanticCommitType": "fix",
},
Expand Down
2 changes: 1 addition & 1 deletion lib/config/presets/internal/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const presets: Record<string, Preset> = {
semanticCommitType: 'chore',
},
{
matchDepTypes: ['dependencies'],
matchDepTypes: ['dependencies', 'require'],
semanticCommitType: 'fix',
},
],
Expand Down

0 comments on commit a719136

Please sign in to comment.