Skip to content

Commit

Permalink
fix(dependabot): change commit message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk1f0 committed Oct 18, 2024
1 parent 9efa6af commit b4b5ade
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
commit-message:
prefix: "chore"
groups:
cargo:
patterns:
Expand Down

0 comments on commit b4b5ade

Please sign in to comment.