From 703f5d9984bc1963a6b3b0e45f5df0e370525f2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 07:53:56 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d3f5961..356dd16 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,17 +1,21 @@ { "extends": [ - "config:base", + "config:recommended", "schedule:weekly" ], "rangeStrategy": "update-lockfile", "packageRules": [ { - "matchPaths": ["+(composer.json)"], + "matchFileNames": [ + "+(composer.json)" + ], "enabled": true, "groupName": "root-composer" }, { - "matchPaths": [".github/**"], + "matchFileNames": [ + ".github/**" + ], "enabled": true, "groupName": "github-actions" }