Skip to content

Commit

Permalink
Add commit-message prefix to dependabot (#77)
Browse files Browse the repository at this point in the history
As mentioned in #76, this should hopefully allow us to filter bot
commits from future changelogs.
  • Loading branch information
nekevss authored Jul 9, 2024
1 parent 7a3e369 commit ced614c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: /
schedule:
interval: weekly
commit-message:
prefix-development: "chore(dependabot)"
groups:
ci-dependencies:
applies-to: version-updates
Expand All @@ -15,6 +17,8 @@ updates:
directory: /
schedule:
interval: weekly
commit-message:
prefix-development: "chore(dependabot)"
groups:
rust-dependencies:
applies-to: version-updates
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ commit_preprocessors = [
]
# Commit grouping
commit_parsers = [
{ message = "^Bump", skip = true },
{ message = "^chore(release):", skip = true},
{ message = "^chore(dependabot):", skip = true},
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
Expand Down

0 comments on commit ced614c

Please sign in to comment.