From ad8f5d0fb197432a32df6206efd388a7484ef912 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 11 Nov 2023 13:30:16 +0100 Subject: [PATCH] Added github actions automerge for pre-commit updates. (#362) --- .github/workflows/dependabot-auto-merge.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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