Skip to content

Commit

Permalink
Update commitlint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoolum committed Jan 19, 2023
1 parent 0730a34 commit f32882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
module.exports = {
extends: ['@commitlint/config-conventional', '@commitlint/config-lerna-scopes'],
rules: {
'scope-enum': async (context) => [2, 'always', [...(await getPackages(context)), 'release']],
'scope-enum': async (context) => [2, 'always', [...(await getPackages(context)), 'release', 'deps']],
'header-max-length': [2, 'always', 200],
},
};

0 comments on commit f32882f

Please sign in to comment.