From 8339d976b3d120f4c762f08beab5eefb618cd5ed Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Thu, 6 Aug 2020 12:37:14 -0500 Subject: [PATCH] Auto merge patches too --- .github/workflows/dependabot-auto-merge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index bc65fa15..7d0be9ad 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -8,6 +8,9 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: + - uses: ahmadnassri/action-dependabot-auto-merge@v1 + with: + target: patch - uses: ahmadnassri/action-dependabot-auto-merge@v1 with: target: minor \ No newline at end of file