Skip to content

Commit

Permalink
fixup! Chore(deps): Ignore dependabot commits with bump message
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 21, 2021
1 parent 478e27c commit bd87125
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 @@ module.exports = {
(commit) => commit.includes('Pull request'),
/**
* Ignore Dependabot commits because they are violating sentence case rule
* and cannot be configure or respect commitlint configuration.
* and cannot be configured or forced to respect commitlint configuration.
*
* @see https://github.com/dependabot/dependabot-core/issues/1666
* @see https://github.com/dependabot/dependabot-core/issues/406
Expand Down

0 comments on commit bd87125

Please sign in to comment.