Skip to content

Commit

Permalink
ci(commitlint): ignore dependabot's commit messages (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed May 10, 2023
1 parent b6f3f65 commit dad5d0d
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 dad5d0d

Please sign in to comment.