diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index c939a28e..5511772a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 'Dependabot metadata' id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: 'Enable auto-merge for Dependabot PRs on selected dependencies for patch and minor version updates'