We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32479b3 commit 0a7f119Copy full SHA for 0a7f119
renovate.json
@@ -7,12 +7,10 @@
7
],
8
"versioning": "semver",
9
"dependencyDashboard": true,
10
- "lockFileMaintenance": {
11
- "enabled": true
12
- },
13
- "composerIgnorePlatformReqs": [
14
- "ext-*",
15
- "lib-*"
16
- ],
17
- "rangeStrategy": "update-lockfile"
+ "lockFileMaintenance": { "enabled": true },
+ "composerIgnorePlatformReqs": ["ext-*", "lib-*"],
+ "rangeStrategy": "update-lockfile",
+ "constraints": {
+ "npm": "> 8.0"
+ }
18
}
0 commit comments