From 042742c00cacdde1188c0d291a000da01a2883a0 Mon Sep 17 00:00:00 2001 From: Philipp Gfeller <1659006+gfellerph@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:21:41 +0100 Subject: [PATCH] chore: exclude @types/node from batch update (#2790) This package regularly causes the batch update to fail because of the deprecated Angular Demo App no longer able to build. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5b4b24db8a..a902770d20 100644 --- a/renovate.json +++ b/renovate.json @@ -15,7 +15,7 @@ }, { "matchPackagePatterns": ["*"], - "excludePackageNames": ["typescript", "bootstrap"], + "excludePackageNames": ["typescript", "bootstrap", "@types/node"], "matchUpdateTypes": ["minor", "patch"], "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch"