From 3171aeaaf6908f8d53f1b936197af7744e7bf4c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:41:23 +0000 Subject: [PATCH 1/2] Update Composer QA tooling dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7b0429f0..3cb91185 100644 --- a/composer.json +++ b/composer.json @@ -48,11 +48,11 @@ "ekino/phpstan-banned-code": "^1.0", "friendsofphp/php-cs-fixer": "^3.72.0", "phpstan/phpstan": "^1.12.21", - "phpstan/phpstan-deprecation-rules": "^1.2", - "phpstan/phpstan-doctrine": "^1.5", + "phpstan/phpstan-deprecation-rules": "^1.2.1", + "phpstan/phpstan-doctrine": "^1.5.7", "phpstan/phpstan-phpunit": "^1.4.2", "phpunit/phpunit": "^10.5.45", - "rector/rector": "^1.2", + "rector/rector": "^1.2.10", "symfony/cache": "^6.4||^7.0" }, "suggest": { From 2acd443843ccb51b35e1fd5409298826024cfa06 Mon Sep 17 00:00:00 2001 From: Martin Georgiev Date: Fri, 14 Mar 2025 10:04:17 +0000 Subject: [PATCH 2/2] drop the prTitle config --- .github/renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index a9c1ab72..0ed89f69 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,7 +21,6 @@ "minimumReleaseAge": "3 days", "stabilityDays": 3, "platformAutomerge": true, - "prTitle": "chore: {{depName}} update", "rangeStrategy": "auto", "rebaseWhen": "conflicted", "recreateWhen": "never",