Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-04 00:31:09 +02:00
+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"],