Skip to content

Commit

Permalink
chore: ignore commit messages created by dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jwidauer committed Oct 30, 2023
1 parent 77223c2 commit 963a975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
extends : ['@commitlint/config-conventional']
extends : ['@commitlint/config-conventional'],
ignores : [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
}

0 comments on commit 963a975

Please sign in to comment.