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:
Oliver Klee 2024-10-29 16:53:20 +01:00 committed by GitHub
parent 0f976a2c58
commit fdf4f53d8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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] "