From 8f1cbd166191c4357917f66db65f81343ecc23ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:14:23 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/renovate.json b/renovate.json index 4c91e21a94c..61c219fbd5c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,5 @@ { - "extends": [ - "config:js-lib" - ], + "extends": ["config:js-lib"], "lockFileMaintenance": { "enabled": true }, @@ -9,7 +7,7 @@ { "matchUpdateTypes": ["patch", "minor"], "groupName": "all non-major dependencies", - "excludePackageNames": ["typescript"] + "matchPackageNames": ["!typescript"] } ], "ignoreDeps": [ @@ -20,13 +18,7 @@ "@microsoft/tsdoc", "idb" ], - "ignorePaths": [ - "auth/demo", - "auth/cordova/demo", - "auth-compat/demo" - ], - "assignees": [ - "@hsubox76" - ], + "ignorePaths": ["auth/demo", "auth/cordova/demo", "auth-compat/demo"], + "assignees": ["@hsubox76"], "schedule": "before 3am on Friday" }