Force node 16+ and npm 7+ in renovate (#192)
Reviewed-on: #192 Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca> Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>pull/108/head
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