Skip to content

Commit

Permalink
Add Dependabot auto-merge workflow. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay authored Oct 20, 2021
1 parent 36c87db commit 13f1839
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto merge Dependabot

on: pull_request_target

jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Auto merge Dependabot
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.dependabot_token }}

0 comments on commit 13f1839

Please sign in to comment.