Skip to content

Commit

Permalink
chore(config): skip dependency updates in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 13, 2023
1 parent 7efc171 commit b2edc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ commit_parsers = [
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
Expand Down

0 comments on commit b2edc23

Please sign in to comment.