diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index eaa20e2..e8ccaed 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"