From 7730f81dfe9db24a08029250079982558fec92ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:30:50 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index d40376f9..60599bd1 100644 --- a/renovate.json +++ b/renovate.json @@ -4,15 +4,15 @@ "groupSlug": "all", "packageRules": [ { - "packagePatterns": [ - "*" - ], "groupName": "Renovate Dependency Scan", - "groupSlug": "all" + "groupSlug": "all", + "matchPackageNames": [ + "*" + ] } ], "extends": [ - "config:base", + "config:recommended", "schedule:earlyMondays" ], "ignoreDeps": []