Skip to content

Commit

Permalink
chore: configure dependabot to use conventional commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 13, 2025
1 parent 9bc25fd commit 9b27704
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ updates:
update-types:
- minor
- patch

commit-message:
prefix: "chore(deps)"
- package-ecosystem: docker
directories:
- bundler
Expand All @@ -23,7 +24,8 @@ updates:
update-types:
- minor
- patch

commit-message:
prefix: "chore(deps)"
- package-ecosystem: cargo
directory: bundler
schedule:
Expand All @@ -37,3 +39,5 @@ updates:
patch:
update-types:
- patch
commit-message:
prefix: "chore(deps)"

0 comments on commit 9b27704

Please sign in to comment.