Added github actions automerge for pre-commit updates. (#362)

This commit is contained in:
Philipp Horstenkamp 2023-11-11 13:30:16 +01:00 committed by GitHub
parent 8781d746e7
commit ad8f5d0fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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