Skip to content

Commit

Permalink
fix: make dependabot commit message follow conventional commits (#55)
Browse files Browse the repository at this point in the history
* fix: make dependabot commit message follow conventional commits

for conventional commits, see: 
https://www.conventionalcommits.org/en/v1.0.0/

for a good cheat sheet, see:
https://kapeli.com/cheat_sheets/Conventional_Commits.docset/Contents/Resources/Documents/index

* switch to `deps:` commit message prefix
  • Loading branch information
dlaehnemann authored Jul 11, 2023
1 parent 66b79a7 commit f727826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
# Prefix all commit messages with "deps: ", which should be
# accepted as a conventional commit and trigger release-please
prefix: "deps"

0 comments on commit f727826

Please sign in to comment.