From bcd0b25e4ac52d12a3291736a8985e42b9cecd5e Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Tue, 15 Oct 2024 09:22:35 +0200 Subject: [PATCH] chore(ci): remove dependabot metadata step from workflow --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) 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"