Skip to content

Update mkdocstrings[python] requirement from ~=0.26.0 to >=0.26,<0.28 in the python-dependencies group #242

Update mkdocstrings[python] requirement from ~=0.26.0 to >=0.26,<0.28 in the python-dependencies group

Update mkdocstrings[python] requirement from ~=0.26.0 to >=0.26,<0.28 in the python-dependencies group #242

name: CI - Activate auto-merging for Dependabot PRs
on:
pull_request_target:
branches: [master, release/pydantic-v1-support]
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) )
secrets:
PAT: ${{ secrets.RELEASE_PAT }}