Skip to content

Commit

Permalink
chore(ci): remove dependabot metadata step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Oct 15, 2024
1 parent 0ec9921 commit bcd0b25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bcd0b25

Please sign in to comment.