Skip to content

[Auto-generated] Check & update dependencies (pyproject.toml) #179

[Auto-generated] Check & update dependencies (pyproject.toml)

[Auto-generated] Check & update dependencies (pyproject.toml) #179

name: CI - Activate auto-merging for Dependabot PRs
on:
pull_request_target:
branches: [ci/dependabot-updates, 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]' ) || ( startsWith(github.event.pull_request.head.ref, 'ci/update-pyproject') && github.actor == 'TEAM4-0' ) )
secrets:
PAT: ${{ secrets.RELEASE_PAT }}