Skip to content

Commit

Permalink
Add dependabot auto merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Mar 8, 2021
1 parent 7077277 commit ec3ebb7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://github.com/ahmadnassri/action-dependabot-auto-merge
name: Dependabot Auto Merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: patch
# Note: This needs to be a PAT with (public) repo rights,
# user needs to have access to this repo
github-token: ${{ secrets.BOT_TOKEN }}

0 comments on commit ec3ebb7

Please sign in to comment.