ci: add dependabot auto merge

This commit is contained in:
LongYinan 2021-04-12 16:56:05 +08:00
parent a3783e733f
commit 244536c6d2
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

17
.github/workflows/auto-merge.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Dependabot auto merge
on:
check_suite:
types:
- completed
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: ridedott/merge-me-action@v2
with:
GITHUB_LOGIN: 'dependabot*'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}