diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 5f7ae9d..6315795 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -14,6 +14,10 @@ jobs: github.actor == 'dependabot-preview[bot]' || github.actor == 'dependabot-preview' || github.actor == 'renovate[bot]' || - github.actor == 'renovate' + github.actor == 'renovate' || + github.actor == 'pyup-bot' || + github.actor == 'github-actions[bot]' || + github.actor == 'pre-commit-ci' || + github.actor == 'pre-commit-ci[bot]' with: github-token: ${{ secrets.PAT_TOKEN }}