From 169fa8c76ade8feac8811994c455a34099ba9ef2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Jun 2026 22:29:25 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 24a25c3..3888e02 100644 --- a/renovate.json +++ b/renovate.json @@ -9,9 +9,11 @@ }, "packageRules": [ { - "matchPackagePatterns": ["^symfony/"], "allowedVersions": "^7.0", - "description": "Keep Symfony on 7.x LTS until EOL" + "description": "Keep Symfony on 7.x LTS until EOL", + "matchPackageNames": [ + "/^symfony//" + ] }, { "matchPackageNames": ["phpunit/phpunit"], @@ -19,4 +21,4 @@ "description": "Stay on PHPUnit 12.x (compatible with Symfony 7 / PHP 8.2+)" } ] -} \ No newline at end of file +}