mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Exclude doctrine/dbal
from Dependabot updates (#627)
Dependabot cannot handle multi-version dependencies and would happily throw away one of allowed versions (like in #626).
This commit is contained in:
parent
b3f0eb3f3d
commit
ee455e567b
1 changed files with 1 additions and 0 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -15,6 +15,7 @@ updates:
|
|||
allow:
|
||||
- dependency-type: "development"
|
||||
ignore:
|
||||
- dependency-name: "doctrine/dbal"
|
||||
- dependency-name: "phpunit/phpunit"
|
||||
versions: [ "^10.0" ]
|
||||
- dependency-name: "symfony/yaml"
|
||||
|
|
Loading…
Reference in a new issue