Skip to content

Commit

Permalink
ci: ignore dependabot long message
Browse files Browse the repository at this point in the history
  • Loading branch information
aquint-zama committed Feb 7, 2024
1 parent 17534bb commit 3e66a39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/config/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
}

0 comments on commit 3e66a39

Please sign in to comment.