Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "update pyproject.toml" CI workflow #188

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
git_username: "TEAM 4.0[bot]"
git_email: "Team4.0@SINTEF.no"
permanent_dependencies_branch: "ci/dependency-updates"
target_branch: "ci/dependency-updates"
python_version: "3.10"
install_extras: "[dev]"
pr_labels: "CI/CD,skip_changelog"
# Ignore all further major version updates for NumPy, i.e., keep it at 1.x.x
ignore: |
# Ignore all further major version updates for NumPy, i.e., keep it at 1.x.x
dependency-name=numpy...update-types=version-update:semver-major
secrets:
PAT: ${{ secrets.TEAM40_PAT }}