From e4b3ee45be514ae40047d38079bf0b2a8162c5a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 13:52:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7:=20migrate=20config=20renovate.jso?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 6ee750cac7..0870eb71f5 100644 --- a/renovate.json +++ b/renovate.json @@ -11,7 +11,9 @@ "ignoreDeps": ["registry.ddbuild.io/dd-octo-sts"], "schedule": ["every weekend"], "postUpdateOptions": ["yarnDedupeHighest"], - "lockFileMaintenance": { "enabled": true }, + "lockFileMaintenance": { + "enabled": true + }, "packageRules": [ { "groupName": "all non-major dependencies", @@ -20,12 +22,12 @@ "matchPackageNames": ["!karma-webpack", "!@playwright/test"] }, { - "matchPaths": ["test/apps/vanilla/**"], + "matchFileNames": ["test/apps/vanilla/**"], "matchDepNames": ["typescript"], "enabled": false }, { - "matchPaths": ["test/apps/react-router-v6-app/**"], + "matchFileNames": ["test/apps/react-router-v6-app/**"], "matchDepNames": ["react-router-dom"], "enabled": false }