From 22f4e2398c958a370baabcad5d2099af8ec54b88 Mon Sep 17 00:00:00 2001 From: Stan Lemon <86314+stanlemon@users.noreply.github.com> Date: Sun, 7 Sep 2025 14:01:31 -0400 Subject: [PATCH] chore(renovate): group node updates --- renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 04e2d966..aaf1f6f9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -219,6 +219,8 @@ // Exclude my own packages (handled separately) matchPackageNames: [ '!/^@stanlemon\\//', + '!/^@types\\/node$/', + '!/^node$/', ], }, ],