Reduced the number of times the dependabot auto merge is triggered. (#318)

This commit is contained in:
2023-11-03 21:25:55 +01:00
committed by GitHub
parent bae999f1d9
commit 2fddc9149a

View File

@ -1,6 +1,10 @@
# https://docs.github.com/de/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
name: Dependabot auto-merge
on: pull_request
on:
pull_request:
paths:
- pyproject.toml
- poetry.lock
permissions:
contents: write