Skip to content

Commit

Permalink
ci: commitlint ignore Dependabot's commit messages (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan committed Feb 9, 2023
1 parent ca28c9b commit 82b2a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
@@ -1,3 +1,4 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(msg) => /Signed-off-by: dependabot\[bot\]/m.test(msg)],
};

0 comments on commit 82b2a25

Please sign in to comment.