From 3ad995440a1f137b53004bc2f82b10f97ecdaf45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:57:41 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7e9181a..0f6a698 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { - "extends": ["config:base"], + "extends": ["config:recommended"], "schedule": ["before 9am on Monday"], "baseBranches": ["hotfix"], "groupName": "all dependencies", @@ -7,9 +7,9 @@ "groupSlug": "all", "packageRules": [ { - "packagePatterns": ["*"], "groupName": "all dependencies", - "groupSlug": "all" + "groupSlug": "all", + "matchPackageNames": ["*"] } ], "ignoreDeps": [],