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