Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
chore(ci): auto-approve Dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 18, 2021
1 parent 14d1069 commit 9e4df1f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge.yml
@@ -0,0 +1,14 @@
name: Auto-Merge PR

on:
pull_request_target:

jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 9e4df1f

Please sign in to comment.