Force node 16+ and npm 7+ in renovate (#192)
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #192 Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca> Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
This commit is contained in:
parent
656524eee7
commit
422a5b1ce9
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"dependencyDashboard": true,
|
||||
"labels": ["Dependencies"]
|
||||
"labels": ["Dependencies"],
|
||||
"force": {
|
||||
"constraints": {
|
||||
"node": "> 16.0.0",
|
||||
"npm": "> 7.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue