Skip to content

Commit 0a7f119

Browse files
Hackwarwilsonge
authored andcommitted
Improving renovatebot config
1 parent 32479b3 commit 0a7f119

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

renovate.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
],
88
"versioning": "semver",
99
"dependencyDashboard": true,
10-
"lockFileMaintenance": {
11-
"enabled": true
12-
},
13-
"composerIgnorePlatformReqs": [
14-
"ext-*",
15-
"lib-*"
16-
],
17-
"rangeStrategy": "update-lockfile"
10+
"lockFileMaintenance": { "enabled": true },
11+
"composerIgnorePlatformReqs": ["ext-*", "lib-*"],
12+
"rangeStrategy": "update-lockfile",
13+
"constraints": {
14+
"npm": "> 8.0"
15+
}
1816
}

0 commit comments

Comments
 (0)