Update automerge action

This commit is contained in:
Travis Shivers 2020-08-20 15:08:13 -05:00
parent 3b9e44c1f7
commit d828f8ea23
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 2 additions and 3 deletions

View File

@ -6,13 +6,12 @@ on:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v1
- uses: ahmadnassri/action-dependabot-auto-merge@v1.1.0
with:
target: patch
github-token: ${{ secrets.PAT }}
- uses: ahmadnassri/action-dependabot-auto-merge@v1
- uses: ahmadnassri/action-dependabot-auto-merge@v1.1.0
with:
target: minor
github-token: ${{ secrets.PAT }}