Skip to content

Update paramiko requirement from <3.4.1,>=3.0.0 to >=3.0.0,<3.5.1 #303

Update paramiko requirement from <3.4.1,>=3.0.0 to >=3.0.0,<3.5.1

Update paramiko requirement from <3.4.1,>=3.0.0 to >=3.0.0,<3.5.1 #303

name: CI - Activate auto-merging for Dependabot PRs
on:
pull_request_target:
branches: [ci/dependabot-updates]
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.3
if: github.repository_owner == 'SINTEF' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]'
secrets:
PAT: ${{ secrets.RELEASE_PAT }}