diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index a75b2527..d2cee0dd 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -3,12 +3,11 @@ name: Dependabot on: pull_request_target: types: [opened, synchronize, labeled] - branches: - - 'dependabot/*' jobs: changeset: runs-on: ubuntu-latest + if: ${{ github.event.pull_request.user.name == 'dependabot' }} steps: - name: Checkout uses: actions/checkout@v4