Add dependabot auto merge action for minor updates
This commit is contained in:
parent
e1a20afd3f
commit
352db8c4fa
|
@ -0,0 +1,13 @@
|
|||
name: auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v1
|
||||
with:
|
||||
target: minor
|
Loading…
Reference in New Issue