33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-11 15:51:06 +00:00

Merge pull request #192 from Hackwar/patch-1

Update renovate.json
This commit is contained in:
Denis Ryabov 2023-07-28 10:10:36 +03:00 committed by GitHub
commit 0c697f2be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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