Skip to content

Commit

Permalink
🔧 add commit message prefix to dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
be-next committed May 28, 2024
1 parent 2f1605b commit 4764a8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "daily"
time: "04:00"
schedule:
interval: "daily"
time: "04:00"
timezone: "Europe/Paris"
commit-message:
prefix: "⬆️ deps:"
open-pull-requests-limit: 10

0 comments on commit 4764a8d

Please sign in to comment.