From 95f4c372625cc9bcbebbedf3e9572f05fb620ee0 Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Sat, 25 Jul 2026 21:43:15 +1200 Subject: [PATCH] chore: use actionsforge dependabot-auto-merge reusable Replace identical local auto-merge workflow with the shared actionsforge reusable (fastify merge-dependabot v3.15.0). --- .github/workflows/auto-merge.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 2581082..83de167 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -13,14 +13,5 @@ permissions: jobs: auto-merge: - runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' - steps: - - name: Enable auto-merge for Dependabot PRs - uses: fastify/github-action-merge-dependabot@1b2ed42db8f9d81a46bac83adedfc03eb5149dff # v3.11.2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - target: main - merge-method: squash - use-github-auto-merge: true - skip-verification: false + uses: actionsforge/actions/.github/workflows/dependabot-auto-merge.yml@main + secrets: inherit