mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-12-03 18:56:13 +01:00
[TASK] Configure Dependabot to create specific commit messages (#1503)
We want to be able to easily recognize PRs/commits created by Dependabot. Fixes #1498
This commit is contained in:
parent
0f976a2c58
commit
fdf4f53d8e
1 changed files with 3 additions and 3 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -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: "/"
|
||||
|
@ -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: "/"
|
||||
|
@ -40,4 +40,4 @@ updates:
|
|||
# adjust this number according to your own milestones if used.
|
||||
milestone: 12
|
||||
commit-message:
|
||||
prefix: "[TASK] "
|
||||
prefix: "[TASK][Dependabot] "
|
||||
|
|
Loading…
Reference in a new issue