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