CI - Single Dependabot PR #4
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 - Single Dependabot PR | |
on: | |
schedule: | |
# At 7:30 every Wednesday (6:30 UTC) | |
- cron: "30 6 * * 3" | |
workflow_dispatch: | |
jobs: | |
create-collected-pr: | |
name: External | |
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.4.0 | |
if: github.repository_owner == 'sintef' | |
with: | |
git_username: DLite Developers | |
git_email: "Team4.0@SINTEF.no" | |
permanent_dependencies_branch: ci/dependabot-updates | |
default_repo_branch: master | |
pr_labels: dependencies,github_actions | |
extra_to_dos: "- [ ] Make sure that the PR is **squash** merged, with a sensible commit message." | |
update_pre-commit: true | |
python_version: "3.8" | |
install_extras: "[dev,docs]" | |
skip_pre-commit_hooks: pylint | |
secrets: | |
PAT: ${{ secrets.RELEASE_PAT }} |