chore(renovate): pinned shymfony version, seperated major and minor. removed major upgrades
This commit is contained in:
+20
-1
@@ -1,3 +1,22 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"separateMajorMinor": true,
|
||||||
|
"major": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^symfony/"],
|
||||||
|
"allowedVersions": "^7.0",
|
||||||
|
"description": "Keep Symfony on 7.x LTS until EOL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["phpunit/phpunit"],
|
||||||
|
"allowedVersions": "^12.0",
|
||||||
|
"description": "Stay on PHPUnit 12.x (compatible with Symfony 7 / PHP 8.2+)"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user