forked from Wavyzz/py-healthchecks.io
ci: update dependabot-auto-merge workflow
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: Auto Merge Dependabot
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
target: minor
|
||||
github-token: ${{ secrets.THIS_PAT }}
|
||||
Reference in New Issue
Block a user