2020-08-06 15:49:31 +00:00
|
|
|
name: auto-merge
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
auto-merge:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
if: github.actor == 'dependabot[bot]'
|
|
|
|
steps:
|
2020-08-06 17:37:14 +00:00
|
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v1
|
|
|
|
with:
|
|
|
|
target: patch
|
2020-08-06 15:49:31 +00:00
|
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v1
|
|
|
|
with:
|
|
|
|
target: minor
|