From 91f01ad7ef11252d2ea7166ae13cfcc4c5782702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:02:10 -0500 Subject: [PATCH] chore(config): migrate config renovate.json (#47) 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 cfd55f7..573afeb 100644 --- a/renovate.json +++ b/renovate.json @@ -5,9 +5,6 @@ ], "packageRules": [ { - "matchPackagePatterns": [ - "*" - ], "matchUpdateTypes": [ "minor", "patch", @@ -20,7 +17,10 @@ ], "groupName": "update all non-major dependencies", "groupSlug": "all-minor-patch-digest-pin", - "automerge": true + "automerge": true, + "matchPackageNames": [ + "*" + ] } ] }