Skip to content

build(deps): bump pylint from 2.17.4 to 2.17.5 #154

build(deps): bump pylint from 2.17.4 to 2.17.5

build(deps): bump pylint from 2.17.4 to 2.17.5 #154

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