Skip to content

chore(deps): bump pydantic from 2.11.9 to 2.12.3 #62

chore(deps): bump pydantic from 2.11.9 to 2.12.3

chore(deps): bump pydantic from 2.11.9 to 2.12.3 #62

name: auto-merge-dependabot
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v3
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}