diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 7dbfde2..53d8866 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -5,6 +5,7 @@ on: paths: - pyproject.toml - poetry.lock + - .pre-commit-config.yaml permissions: contents: write @@ -13,7 +14,7 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} + if: ${{ (github.actor == 'dependabot[bot]') || (github.actor == 'github-actions[bot]') }} steps: - name: Dependabot metadata id: metadata