Update/pydantic v2 #608
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |