Skip to content

Commit

Permalink
[TASK] Configure Dependabot to create specific commit messages (#1503)
Browse files Browse the repository at this point in the history
We want to be able to easily recognize PRs/commits created by
Dependabot.

Fixes #1498
  • Loading branch information
oliverklee authored Oct 29, 2024
1 parent 0f976a2 commit fdf4f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
# adjust this number according to your own milestones if used.
milestone: 12
commit-message:
prefix: "[TASK] "
prefix: "[TASK][Dependabot] "

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -30,7 +30,7 @@ updates:
# adjust this number according to your own milestones if used.
milestone: 12
commit-message:
prefix: "[TASK] "
prefix: "[TASK][Dependabot] "

- package-ecosystem: "npm"
directory: "/"
Expand All @@ -40,4 +40,4 @@ updates:
# adjust this number according to your own milestones if used.
milestone: 12
commit-message:
prefix: "[TASK] "
prefix: "[TASK][Dependabot] "

0 comments on commit fdf4f53

Please sign in to comment.