From 4a27b60b106903012e5d8b02d34eef7786083c1f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 25 Mar 2023 15:58:43 +0100 Subject: [PATCH] Renovate: Fix grouping of PHP packages --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 60d9fcc..652a816 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -42,7 +42,7 @@ { "groupName": "PHP", "matchDatasources": ["repology"], - "matchPackagePatterns": ["^php"], + "matchDepPatterns": ["^php"], "automerge": true }, {