Add dependabot auto merge action for minor updates

This commit is contained in:
Travis Shivers 2020-08-06 10:49:31 -05:00
parent e1a20afd3f
commit 352db8c4fa
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 13 additions and 0 deletions

View File

@ -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