diff --git a/.github/workflows/auto-dependabot.yml b/.github/workflows/auto-dependabot.yml index 13642aa..fb6ffad 100644 --- a/.github/workflows/auto-dependabot.yml +++ b/.github/workflows/auto-dependabot.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.6.0 + uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{secrets.GITHUB_TOKEN}}" - name: Enable auto-merge for Dependabot PRs