Configure Renovate#4
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Author
Renovate is disabledRenovate is disabled because the onboarding PR has been unmerged for more than 366 days. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch. |
jcschaff
added a commit
that referenced
this pull request
Jun 4, 2026
#4 (in-flight SimulationRunWorkflow loses biosim_run_id on replay): SimulationRunWorkflow now falls back to the nested output.biosimulator_workflow_run.biosim_run.id when the new output.biosimulations_run_id field is None. Child OmexSimWorkflowOutput payloads recorded under pre-PR2.5 code lack the new top-level field; pydantic defaults it to None on replay. The fallback uses the canonical id from the historical BiosimulatorWorkflowRun so the parent still records the external run id even mid-deploy. #3 (Temporal NonDeterministicWorkflowError for in-flight OmexSimWorkflow): The activity-sequence change inside OmexSimWorkflow (1 monolithic -> 2 split + optional 1 early-write) is structurally incompatible with histories recorded by the old code. An @activity.defn(name=...) alias can't fix it -- the *number* of scheduled activities also differs. The Temporal-correct workflow.patched() pattern is deferred (substantial churn for a one-time transition); the pragmatic mitigation is a worker drain before rollout. Docs: - docs/workflows-architecture.md gains a "Deploy considerations" section explaining the NDE risk, the drain procedure, the deferred workflow.patched alternative, and what replay-safety nets the PR2.5 code itself provides. - backend/CLAUDE.md's Deploy section gets a callout pointing to it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Dockerfile-api(dockerfile)Dockerfile-worker(dockerfile).github/workflows/ci.yaml(github-actions)kustomize/overlays/biosim-gke/kustomization.yaml(kustomize)kustomize/overlays/biosim-local/kustomization.yaml(kustomize)kustomize/overlays/biosim-rke/kustomization.yaml(kustomize)pyproject.toml(poetry)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 28 Pull Requests:
Update dependency motor to v3.7.1
renovate/motor-3.x-lockfilemain3.7.1Update dependency pyyaml to v6.0.3
renovate/pyyaml-6.x-lockfilemain6.0.3Update dependency ruff to v0.15.8
renovate/ruff-0.x-lockfilemain0.15.8Update dependency asyncssh to v2.22.0
renovate/asyncssh-2.x-lockfilemain2.22.0Update dependency fastapi to ^0.135.0
renovate/fastapi-0.xmain^0.135.0Update dependency gcloud-aio-storage to v9.6.4
renovate/gcloud-aio-storage-9.x-lockfilemain9.6.4Update dependency h5py to v3.16.0
renovate/h5py-3.x-lockfilemain3.16.0Update dependency mypy to v1.19.1
renovate/mypy-1.x-lockfilemain1.19.1Update dependency numpy to v2.4.3
renovate/numpy-2.x-lockfilemain2.4.3Update dependency pandas to v2.3.3
renovate/pandas-2.x-lockfilemain2.3.3Update dependency pydantic to v2.12.5
renovate/pydantic-2.x-lockfilemain2.12.5Update dependency pydantic-settings to v2.13.1
renovate/pydantic-settings-2.x-lockfilemain2.13.1Update dependency pytest to v8.4.2
renovate/pytest-8.x-lockfilemain8.4.2Update dependency python to v3.14.3
renovate/python-3.xmain3.143.14.3-slim-bookwormUpdate dependency python-dotenv to v1.2.2
renovate/python-dotenv-1.x-lockfilemain1.2.2Update dependency python-libsbml to v5.21.1
renovate/python-libsbml-5.x-lockfilemain5.21.1Update dependency temporalio to v1.24.0
renovate/temporalio-1.x-lockfilemain1.24.0Update dependency testcontainers to v4.14.2
renovate/testcontainers-4.x-lockfilemain4.14.2Update dependency types-aiobotocore to v2.26.0
renovate/types-aiobotocore-2.x-lockfilemain2.26.0Update dependency uvicorn to ^0.42.0
renovate/uvicorn-0.xmain^0.42.0Update docker.io/library/mongo Docker tag to v8.2.6
renovate/docker.io-library-mongo-8.xmain8.2.6Update actions/checkout action to v6
renovate/actions-checkout-6.xmainv6Update actions/setup-python action to v6
renovate/actions-setup-python-6.xmainv6Update dependency chardet to v7
renovate/chardet-7.xmain^7.0.0Update dependency pandas to v3
renovate/pandas-3.xmain^3.0.0Update dependency pytest to v9
renovate/pytest-9.xmain^9.0.0Update dependency pytest-asyncio to v1
renovate/pytest-asyncio-1.xmain^1.0.0Update dependency types-aiobotocore to v3
renovate/types-aiobotocore-3.xmain^3.0.0🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.