diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index ddbdd77..577e1d7 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -17,7 +17,7 @@ jobs: steps: - name: FetchDependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v2.2.0 + uses: dependabot/fetch-metadata@v2.3.0 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --squash "$PR_URL"