mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 04:33:55 +02:00
Reduced the number of times the dependabot auto merge is triggered. (#318)
This commit is contained in:
6
.github/workflows/dependabot-auto-merge.yaml
vendored
6
.github/workflows/dependabot-auto-merge.yaml
vendored
@ -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
|
# 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
|
name: Dependabot auto-merge
|
||||||
on: pull_request
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- pyproject.toml
|
||||||
|
- poetry.lock
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Reference in New Issue
Block a user