Force node 16+ and npm 7+ in renovate (#192)
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:
Aditya Thakral 2021-08-28 00:05:56 -04:00
parent 656524eee7
commit 422a5b1ce9
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true, "dependencyDashboard": true,
"labels": ["Dependencies"] "labels": ["Dependencies"],
"force": {
"constraints": {
"node": "> 16.0.0",
"npm": "> 7.0.0"
}
}
} }