From bc329a548097c35921b57c0a8e74bee54596104d Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:18:27 -0700 Subject: [PATCH] Use dependabot/fetch-metadata@main Fixes https://github.com/serratus-bio/serratus.io/pull/175#issuecomment-1054575791 per https://github.com/dependabot/dependabot-core/issues/4893#issuecomment-1077612299 --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 1ca2ed8b..31fc14f7 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.1.1 + uses: dependabot/fetch-metadata@main with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs