From 7e92766eebd24b20bd683773b1cba28b93767495 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:15:24 +0200 Subject: [PATCH] disable renovate updates of node types --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1ad101f..0b6b2b8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,7 +24,7 @@ groupName: "Github Actions", }, { - packageNames: ["node"], + packageNames: ["node", "@types/node"], // Disable updates for Node.js because we use the same // version as GitHub Actions. enabled: false,