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:
Oliver Klee 2022-10-10 16:06:22 +02:00 committed by GitHub
parent b3f0eb3f3d
commit ee455e567b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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