From 2fddc9149aa3f104c4229c1dc2caf677b1aebf28 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Fri, 3 Nov 2023 21:25:55 +0100 Subject: [PATCH] Reduced the number of times the dependabot auto merge is triggered. (#318) --- .github/workflows/dependabot-auto-merge.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 38b1636..7dbfde2 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -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