mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 02:16:12 +01:00
e91f123a81
Also remove the update block from the Dependabot configuration (now that we require PHP >= 7.4., which allows for current versions of this package).
30 lines
747 B
YAML
30 lines
747 B
YAML
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
milestone: 5
|
|
|
|
- package-ecosystem: "composer"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-type: "development"
|
|
ignore:
|
|
- dependency-name: "phpunit/phpunit"
|
|
versions: [ "^9.0", "^10.0" ]
|
|
- dependency-name: "symfony/yaml"
|
|
- dependency-name: "typo3/cms-*"
|
|
versioning-strategy: "increase"
|
|
milestone: 5
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
versioning-strategy: "increase"
|
|
milestone: 5
|