Add config to uptake GitHub's native Dependabot with auto-merge action
This commit is contained in:
14
.github/workflows/dependabot-auto-merge.yml
vendored
Normal file
14
.github/workflows/dependabot-auto-merge.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
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:
|
||||
target: minor
|
||||
github-token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }}
|
Reference in New Issue
Block a user