We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44980a5 commit f3a662aCopy full SHA for f3a662a
1 file changed
commitlint.config.mjs
@@ -1,3 +1,4 @@
1
export default {
2
- extends: ['@commitlint/config-conventional']
+ extends: ['@commitlint/config-conventional'],
3
+ ignores: [(commit) => /^Signed-off-by: dependabot\[bot\]/m.test(commit)]
4
};
0 commit comments