From 28a0916487a572b537c90172f9592a4ea74b2178 Mon Sep 17 00:00:00 2001 From: Arthur Erlich Date: Wed, 3 Jun 2026 10:37:49 +0200 Subject: [PATCH] chore(renovate): pinned shymfony version, seperated major and minor. removed major upgrades --- renovate.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7190a60..24a25c3 100644 --- a/renovate.json +++ b/renovate.json @@ -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+)" + } + ] +} \ No newline at end of file