Skip to content

Commit

Permalink
fix: commitlint.config.js (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimasirich authored Aug 28, 2023
1 parent 7bc91bc commit 0ab50cb
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,5 +1,5 @@
// override commitlint ignores as suggested by https://github.com/dependabot/dependabot-core/issues/2445#issuecomment-949633412
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(message) => /^bump \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
};

0 comments on commit 0ab50cb

Please sign in to comment.