chore(config): migrate config renovate.json
This commit is contained in:
+4
-2
@@ -9,9 +9,11 @@
|
|||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^symfony/"],
|
|
||||||
"allowedVersions": "^7.0",
|
"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"],
|
"matchPackageNames": ["phpunit/phpunit"],
|
||||||
|
|||||||
Reference in New Issue
Block a user