Auto merge patches too
This commit is contained in:
parent
f4cf4689e8
commit
8339d976b3
|
@ -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
|
Loading…
Reference in New Issue