From 90e941ae156699daaef5a533d0442d45afa5893f Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Sat, 17 Jul 2021 04:36:37 -0400 Subject: [PATCH] chore: ignore backcompat in renovate (#2350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gerhard Stöbich Co-authored-by: Valentin Marchaud --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 1070626caa..9677523701 100644 --- a/renovate.json +++ b/renovate.json @@ -11,8 +11,8 @@ "rangeStrategy": "bump" }, { - "matchPaths": ["backwards-compatibility/**"], - "ignoreDeps": ["@types/node"], + "matchPaths": ["backwards-compatibility"], + "matchPackageNames": ["@types/node"], "enabled": false } ],