Skip to content

Commit

Permalink
chore(changelog): skip dependency updates in changelog (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Oct 23, 2023
1 parent 0e573cd commit 82a0d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ commit_parsers = [
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(changelog\\)", skip = true },
{ message = "^[cC]hore", group = "<!-- 07 -->Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 08 -->Security" },
{ message = "^build", group = "<!-- 09 -->Build" },
Expand Down

0 comments on commit 82a0d01

Please sign in to comment.