diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index ab9fa10a..03da9700 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -9,17 +9,13 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.10.0 + uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.10.0 if: github.repository_owner == 'EMMC-ASBL' with: git_username: "TEAM 4.0[bot]" git_email: "Team4.0@SINTEF.no" - permanent_dependencies_branch: "ci/dependency-updates" - default_repo_branch: master + target_branch: "ci/dependency-updates" + install_extras: "[units,mapppings,datadoc,backends,dev,testing-core,pre-commit,dev]" pr_labels: "CI/CD,skip_changelog" - extra_to_dos: "- [ ] Make sure that the PR is **squash** merged, with a sensible commit message." - - # pre-commit will be updated through pre-commit.ci - update_pre-commit: false secrets: PAT: ${{ secrets.RELEASE_PAT }}