diff --git a/.github/workflows/auto-dependabot.yml b/.github/workflows/auto-dependabot.yml index 390c123..0227351 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@v2.2.0 + uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{secrets.GITHUB_TOKEN}}" - name: Enable auto-merge for Dependabot PRs