diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index dc9558c..eaa20e2 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@v2.5.0 + uses: dependabot/fetch-metadata@v3.0.0 - name: Enable auto-merge for dependabot PRs run: gh pr merge --auto --rebase "$PR_URL"