Update renovate.json

This commit is contained in:
Hannes Papenberg 2022-09-20 22:15:48 +02:00 committed by GitHub
parent 397c64c3e4
commit af2613fce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -9,5 +9,9 @@
"dependencyDashboard": true,
"lockFileMaintenance": { "enabled": true },
"composerIgnorePlatformReqs": ["ext-*", "lib-*"],
"rangeStrategy": "update-lockfile"
"rangeStrategy": "update-lockfile",
"constraints": {
"composer": "> 2.3",
"npm": "> 8.0"
}
}