- Added automerge

This commit is contained in:
Ferdi Koomen 2022-06-06 21:48:47 +02:00
parent 56c62af2d6
commit 5028ee1ce2

View File

@ -0,0 +1,13 @@
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:
github-token: ${{ secrets.TOKEN }}