From 357a2c2152419789e55ca938a6f7c4aca8367e5f Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 13 Mar 2026 16:33:39 +0000 Subject: [PATCH] Remove unused dependabot/fetch-metadata step --- .github/workflows/dependabot-merge.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index 4932493cf..f2437640a 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -1,4 +1,5 @@ --- + name: Dependabot auto-merge on: pull_request @@ -11,11 +12,6 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - name: Dependabot metadata - id: metadata - uses: dependabot/fetch-metadata@v2 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --merge "$PR_URL" env: