Update renovate.json

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

View File

@ -7,12 +7,11 @@
],
"versioning": "semver",
"dependencyDashboard": true,
"lockFileMaintenance": {
"enabled": true
},
"composerIgnorePlatformReqs": [
"ext-*",
"lib-*"
],
"rangeStrategy": "update-lockfile"
"lockFileMaintenance": { "enabled": true },
"composerIgnorePlatformReqs": ["ext-*", "lib-*"],
"rangeStrategy": "update-lockfile",
"constraints": {
"composer": "> 2.3",
"npm": "> 8.0"
}
}