From 8daab4f8fb5ca15f9e40ea11ac211628be2c8d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:50:33 +0000 Subject: [PATCH] chore(config): 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 866ffcb..8162011 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,13 +12,13 @@ "matchManagers": [ "gradle" ], - "matchPackagePatterns": [ - "*" - ], "groupSlug": "gradle-all", "matchUpdateTypes": [ "minor", "patch" + ], + "matchPackageNames": [ + "*" ] } ]