From c563c17248c44ff9a8c4c82c28bd9105331400b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:46:45 +0000 Subject: [PATCH] chore(deps): Update dependency phpstan/phpstan to v1.12.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun --- .github/renovate.json | 8 ++------ composer.lock | 10 +++++----- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0706c20..b11a38e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "extends": [ "config:base", "group:allNonMajor", - "schedule:weekly", + "schedule:monthly", ":automergeDisabled", ":combinePatchMinorReleases", ":gitSignOff", @@ -23,9 +23,5 @@ "groupSlug": "gh-actions-deps" } ], - "labels": [ - "kind/chore", - "area/deps", - "bots" - ] + "labels": ["kind/chore", "area/deps", "bots"] } diff --git a/composer.lock b/composer.lock index 17339f3..32ae3a3 100644 --- a/composer.lock +++ b/composer.lock @@ -1598,16 +1598,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "1.12.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d1fc20a962a91be578bcfe7cf939e6e1a2ff733", + "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733", "shasum": "" }, "require": { @@ -1652,7 +1652,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2024-11-17T14:08:01+00:00" }, { "name": "phpunit/php-code-coverage",