Skip to content

Commit

Permalink
[TASK] Configure a git commit message prefix for Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 10, 2024
1 parent 9e25e83 commit 3f081ca
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 @@ -6,6 +6,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[Dependabot] "
milestone: 15

- package-ecosystem: "composer"
Expand All @@ -19,4 +21,6 @@ updates:
versions: [ ">= 10.0.0" ]
- dependency-name: "rawr/cross-data-providers"
versioning-strategy: "increase"
commit-message:
prefix: "[Dependabot] "
milestone: 15

0 comments on commit 3f081ca

Please sign in to comment.