From cf70e31baa3a489bdf995c18ff88060f4ce1d465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:33:29 +0000 Subject: [PATCH 1/2] fix(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 98c9d04..c732fb6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -36,7 +36,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} From 2a5f794e0eec6ed301b71e92a7b0670eb346a2e0 Mon Sep 17 00:00:00 2001 From: Dominik Schwind Date: Sat, 27 Jun 2026 18:45:45 +0200 Subject: [PATCH 2/2] ci: Don't turn Github Action updates into fixes --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0589d2..4759e65 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,6 @@ updates: schedule: interval: 'daily' commit-message: - prefix: "fix" - prefix-development: "build" + prefix: "ci" + prefix-development: "ci" include: "scope" \ No newline at end of file