Skip to content

Commit 74ced28

Browse files
authored
commitlint ignore dependabot (#74)
1 parent 52dd451 commit 74ced28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commitlint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
extends: ["@commitlint/config-conventional"],
3+
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
4+
};

0 commit comments

Comments
 (0)