add dependabot automerge for minor changes
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
parent
6026d4ed18
commit
0424da2aaa
2 changed files with 17 additions and 0 deletions
14
.github/workflows/dependabot-auto-merge.yaml
vendored
Normal file
14
.github/workflows/dependabot-auto-merge.yaml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: dependabot-auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}
|
||||
target: minor
|
Loading…
Add table
Add a link
Reference in a new issue