Skip to content

Commit

Permalink
Create dependabot-auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Dec 14, 2020
1 parent bb5fec6 commit 9694595
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Dependabot Auto Merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DependabotAutoMerge }}

0 comments on commit 9694595

Please sign in to comment.