diff --git a/.github/workflows/auto_dependabot.yaml b/.github/workflows/auto_dependabot.yaml index 6d988d2..a4d9fd2 100644 --- a/.github/workflows/auto_dependabot.yaml +++ b/.github/workflows/auto_dependabot.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v2.1.0 + uses: dependabot/fetch-metadata@v2.2.0 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --merge "$PR_URL" env: