Skip to content

Update/pydantic v2 #608

Update/pydantic v2

Update/pydantic v2 #608

Workflow file for this run

name: 'Merge Dependencies'
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Checkout repository'
uses: actions/[email protected]
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}