Skip to content

Update pytest-httpx requirement from ~=0.30.0 to ~=0.32.0 in the dependencies group across 1 directory #410

Update pytest-httpx requirement from ~=0.30.0 to ~=0.32.0 in the dependencies group across 1 directory

Update pytest-httpx requirement from ~=0.30.0 to ~=0.32.0 in the dependencies group across 1 directory #410

name: CI - Activate auto-merging for Dependabot PRs
on:
pull_request_target:
branches: [main]
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.2
if: github.repository_owner == 'Materials-Consortia' && ( ( 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_CASPER }}