Skip to content

build(deps): bump pyyaml from 6.0.0 to 6.0.1 #192

build(deps): bump pyyaml from 6.0.0 to 6.0.1

build(deps): bump pyyaml from 6.0.0 to 6.0.1 #192

name: Auto-Merge Dependabot PRs
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
command: squash and merge
approve: true
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_PAT }}