diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 1ac3fcd..2bf0987 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -23,6 +23,7 @@ jobs: && ( github.event.pull_request.user.login == 'crocmagnon-pr[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' + || github.event.pull_request.user.login == 'dependabot[bot]' ) steps: - name: Checkout