Skip to content

Commit

Permalink
ci(commitlint): ignore dependabot's commit messages (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored May 10, 2023
1 parent d5eac3b commit f839e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
};

0 comments on commit f839e22

Please sign in to comment.