From bdeefb23a476537f2bfca2e45bf26cbc6c542920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:02:36 +0000 Subject: [PATCH] Bump fastify/github-action-merge-dependabot from 3.11.2 to 3.15.0 Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.11.2 to 3.15.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/1b2ed42db8f9d81a46bac83adedfc03eb5149dff...73ec4cbb5e56df5591eae286972d5b2201ffe90f) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 5981ac7..cf5a7f7 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -35,7 +35,7 @@ jobs: # repo: https://github.com/fastify/github-action-merge-dependabot # releases: https://github.com/fastify/github-action-merge-dependabot/tags # The action waits for required status checks by default - - uses: fastify/github-action-merge-dependabot@1b2ed42db8f9d81a46bac83adedfc03eb5149dff # v3.11.2 released on 03-10-2025 + - uses: fastify/github-action-merge-dependabot@73ec4cbb5e56df5591eae286972d5b2201ffe90f # v3.11.2 released on 03-10-2025 with: # github-token: ${{ secrets.TOKEN_AUTOMERGE }} # Using built-in GITHUB_TOKEN for better security (auto-scoped, auto-expires)