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"