ci: add dependabot auto merge
This commit is contained in:
parent
a3783e733f
commit
244536c6d2
1 changed files with 17 additions and 0 deletions
17
.github/workflows/auto-merge.yaml
vendored
Normal file
17
.github/workflows/auto-merge.yaml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue