From 6e8272697695f46ae8ddb7308b350fd514b92c3b Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Mon, 12 Jul 2021 09:56:36 -0400 Subject: [PATCH] chore: ignore @types/node in backcompat (#2311) Co-authored-by: Valentin Marchaud --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 208c80be86..1070626caa 100644 --- a/renovate.json +++ b/renovate.json @@ -12,7 +12,7 @@ }, { "matchPaths": ["backwards-compatibility/**"], - "matchPackageNames": ["@types/node"], + "ignoreDeps": ["@types/node"], "enabled": false } ],