Skip to content

Commit

Permalink
[TASK] Configure a git commit message prefix for Dependabot (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 10, 2024
1 parent b56f7c6 commit 6026011
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: 1

- package-ecosystem: "composer"
Expand All @@ -15,4 +17,6 @@ updates:
allow:
- dependency-type: "development"
versioning-strategy: "increase"
commit-message:
prefix: "[Dependabot] "
milestone: 1

0 comments on commit 6026011

Please sign in to comment.