chore(config): migrate config renovate.json

This commit is contained in:
2026-06-03 22:29:25 +00:00
parent 4cefba1a37
commit 169fa8c76a
+4 -2
View File
@@ -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"],