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