Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
ci: add the "deps-dev" scope so dependabot commit messages pass
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Mar 23, 2021
1 parent 951393e commit d398eea
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
@@ -1,7 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [2, 'always', ['deps', 'keybase-notifications', 'automatic-releases']],
'scope-enum': [2, 'always', ['deps', 'deps-dev', 'keybase-notifications', 'automatic-releases']],
'footer-max-line-length': [0, 'never'],
'body-max-line-length': [0, 'never'],
},
Expand Down

0 comments on commit d398eea

Please sign in to comment.