Skip to content

build(deps-dev): Bump mypy from 1.9.0 to 1.10.1 #1898

build(deps-dev): Bump mypy from 1.9.0 to 1.10.1

build(deps-dev): Bump mypy from 1.9.0 to 1.10.1 #1898

---
name: Auto-Merge-Dependabot
on: # yamllint disable-line rule:truthy
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_DEPENDABOT_TOKEN }}