mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-12-22 02:26:10 +01:00
[TASK] Shorten the Dependabot commit messages (#1529)
This commit is contained in:
parent
f358598639
commit
9ae0ff6cf2
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][Dependabot] "
|
||||
prefix: "[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][Dependabot] "
|
||||
prefix: "[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][Dependabot] "
|
||||
prefix: "[Dependabot] "
|
||||
|
|
Loading…
Reference in a new issue