Configure Renovate#1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR onboards Renovate for the repository by adding a minimal renovate.json that delegates configuration to the organization’s shared Renovate preset.
Changes:
- Add
renovate.jsonat the repo root. - Configure Renovate to extend
local>enveda/renovate-config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch and select the Retry/Rebase checkbox below. Renovate will update the Pull Request description the next time it runs.Detected Package Files
Dockerfile(dockerfile).github/workflows/lint.yml(github-actions).github/workflows/test.yml(github-actions)pyproject.toml(pep621).pre-commit-config.yaml(pre-commit)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.github-actiondigests.majorversion of dependencies into individual branches/PRs.fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.github-actiondigests.majorversion of dependencies into individual branches/PRs.What to Expect
With your current configuration, Renovate will create 27 Pull Requests:
Update dependency rdkit to v2025.9.6
renovate/rdkit-2025.x-lockfilemain2025.9.6Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.12
renovate/astral-sh-ruff-pre-commit-0.xmainv0.15.12Update pre-commit hook astral-sh/uv-pre-commit to v0.11.8
renovate/astral-sh-uv-pre-commit-0.xmain0.11.8Update dependency mdanalysis to v2.10.0
renovate/mdanalysis-2.xmain==2.10.0Update dependency python to 3.14
renovate/python-3.xmain3.14Update dependency scikit-learn to v1.8.0
renovate/scikit-learn-1.x-lockfilemain1.8.0Update dependency scipy to v1.17.1
renovate/scipy-1.x-lockfilemain1.17.1Update python versions
renovate/minor-3.11-pythonmain>=3.11,<3.123.11-slim-bookwormUpdate python versions
renovate/minor-3.12-pythonmain>=3.12,<3.133.12-slim-bookwormUpdate python versions
renovate/minor-3.13-pythonmain>=3.13,<3.143.13-slim-bookwormUpdate python versions
renovate/minor-3.14-pythonmain>=3.14,<3.153.14-slim-bookwormUpdate actions/checkout action to v5
renovate/actions-checkout-5.xmainv5Update actions/checkout action to v6
renovate/actions-checkout-6.xmainv6Update actions/setup-python action to v6
renovate/actions-setup-python-6.xmainv6Update astral-sh/setup-uv action to v4
renovate/astral-sh-setup-uv-4.xmainv4Update astral-sh/setup-uv action to v5
renovate/astral-sh-setup-uv-5.xmainv5Update astral-sh/setup-uv action to v6
renovate/astral-sh-setup-uv-6.xmainv6Update astral-sh/setup-uv action to v7
renovate/astral-sh-setup-uv-7.xmainv7Update astral-sh/setup-uv action to v8
renovate/astral-sh-setup-uv-8.xmainv8.1.0Update dependency ipykernel to v7
renovate/ipykernel-7.xmain>=7.2,<8Update dependency numpy to v2
renovate/numpy-2.xmain>=2.4.4,<3Update dependency pandas to v3
renovate/pandas-3.xmain>=3.0.2,<4Update dependency rdkit to v2026
renovate/rdkit-2026.x-lockfilemain2026.3.1Update pre-commit hook pre-commit/pre-commit-hooks to v6
renovate/pre-commit-pre-commit-hooks-6.xmainv6.0.0Update pre-commit hook psf/black to v25
renovate/psf-black-25.xmain25.12.0Update pre-commit hook psf/black to v26
renovate/psf-black-26.xmain26.3.1Lock file maintenance
renovate/lock-file-maintenancemain❓ 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 has been generated by Mend Renovate.