Skip to content

Commit 9760e2a

Browse files
authored
ci(commitlint): ignore dependabot's commit messages (#17)
1 parent e9f42d4 commit 9760e2a

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)