diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index efa3a07b..828f9920 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@v2.1.0 - name: Enable auto-merge for dependabot PRs run: gh pr merge --auto --rebase "$PR_URL"