Skip to content

Update pre-commit requirement from ~=3.6 to ~=3.7 #221

Update pre-commit requirement from ~=3.6 to ~=3.7

Update pre-commit requirement from ~=3.6 to ~=3.7 #221

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.7.1
if: github.repository_owner == 'CasperWA' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]'
secrets:
PAT: ${{ secrets.RELEASE_PAT }}