Skip to content

Commit

Permalink
ci(commitlint): ignore dependabot's commit messages (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Jan 21, 2024
1 parent d98bc89 commit 17c0390
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 17c0390

Please sign in to comment.