From a7f30c2fd8e6d32141b797ff89f3262bbbb3f2b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 14:54:06 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ad5af06..4825adc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,14 +7,14 @@ "prConcurrentLimit": 1, "packageRules": [ { - "matchPackagePatterns": [ - "*" - ], "matchUpdateTypes": [ "patch", "minor" ], - "groupName": "all dependencies" + "groupName": "all dependencies", + "matchPackageNames": [ + "*" + ] } ], "schedule": [