Skip to content

Commit

Permalink
Auto-merge dependabot PR's for PATCH updates (use-ink#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Müller authored Jan 21, 2022
1 parent 917bc0e commit 5a26e84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 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: patch
github-token: ${{ secrets.mytoken }}

0 comments on commit 5a26e84

Please sign in to comment.