diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2f06e2..b584f9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,11 +47,6 @@ jobs: echo "There are changes in the repository" exit 1 fi - - name: Dependabot metadata - id: metadata - uses: dependabot/fetch-metadata@v2 - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Validate Dependabot PR if: github.event.pull_request.user.login == 'dependabot[bot]' run: gh pr review $PR_URL --approve -b "Auto approve dependencies bump PR"