From e1b0a3b517a93b91eb504b74576c58d14f38e1da Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:40:46 +0100 Subject: [PATCH] [code-infra] Update renove.json (#3288) --- renovate.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 5746cc75b61..974fdcd85d7 100644 --- a/renovate.json +++ b/renovate.json @@ -62,11 +62,6 @@ "matchPackageNames": ["node-fetch"], "allowedVersions": "< 3.0.0" }, - { - "groupName": "tsx", - "matchPackageNames": ["tsx"], - "description": "Investigating problems with importing X charts under node.js with tsx" - }, { "groupName": "core-js", "matchPackageNames": ["core-js"], @@ -74,7 +69,8 @@ }, { "groupName": "Next.js", - "matchPackageNames": ["next", "^@next/"], + "matchPackageNames": ["next"], + "matchPackagePatterns": ["^@next/"], "description": "Restricted to a Node.js version that's unsupported on codesandboxci" }, {