Update pre-commit requirement from ~=3.7 to ~=4.0 in the dependencies group #412
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |