From 11dfcd53cf136339c6261a7e6cc70f85ce19bbaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:44:42 +0100 Subject: [PATCH] fix(config): migrate config renovate.json (#375) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 891bcd38..e69058f7 100644 --- a/renovate.json +++ b/renovate.json @@ -12,14 +12,14 @@ ], "packageRules": [ { - "matchPackagePatterns": [ - "*" - ], "matchUpdateTypes": [ "patch" ], "groupName": "all patch dependencies", - "groupSlug": "all-patch" + "groupSlug": "all-patch", + "matchPackageNames": [ + "*" + ] } ] }