From 49ea362c0d97c4c878c0005628af229be590e284 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Sat, 28 Aug 2021 00:04:58 -0400 Subject: [PATCH] Force node 16+ and npm 7+ in renovate --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 34916224..5cdba3a4 100644 --- a/renovate.json +++ b/renovate.json @@ -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" + } + } } -- 2.39.2