Configure Renovate #38
Open
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
.github/workflows/codeql-analysis.yml(github-actions).github/workflows/doc_new.yml(github-actions).github/workflows/docs.yml(github-actions).github/workflows/issue2branch.yml(github-actions).github/workflows/labeler.yml(github-actions).github/workflows/release.yml(github-actions).github/workflows/sphinx.yml(github-actions).github/workflows/tests.yml(github-actions)requirements.txt(pip_requirements)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 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 46 Pull Requests:
Update dependency numpy to v1.22.0 [SECURITY]
renovate/pypi-numpy-vulnerabilitymain1.22.0Update actions/download-artifact action to v3.0.2
renovate/actions-download-artifact-3.xmainv3.0.2Update actions/upload-artifact action to v3.1.3
renovate/actions-upload-artifact-3.xmainv3.1.3Update codecov/codecov-action action to v3.1.4
renovate/codecov-codecov-action-3.xmainv3.1.4Update dependency pickle5 to v0.0.12
renovate/pickle5-0.xmain0.0.12Update salsify/action-detect-and-tag-new-version action to v2.0.3
renovate/salsify-action-detect-and-tag-new-version-2.xmainv2.0.3Update JamesIves/github-pages-deploy-action action to v4.5.0
renovate/jamesives-github-pages-deploy-action-4.xmainv4.5.0Update actions/setup-python action to v4.8.0
renovate/actions-setup-python-4.xmainv4.8.0Update crazy-max/ghaction-github-labeler action to v4.2.0
renovate/crazy-max-ghaction-github-labeler-4.xmainv4.2.0Update dependency flake8-rst-docstrings to ^0.3.0
renovate/flake8-rst-docstrings-0.xmain^0.3.0Update dependency ipykernel to v6.27.1
renovate/ipykernel-6.xmain6.27.1Update dependency ipywidgets to v7.8.1
renovate/ipywidgets-7.xmain7.8.1Update dependency matplotlib to v3.8.2
renovate/matplotlib-3.xmain3.8.2Update dependency pandas to v1.5.3
renovate/pandas-1.xmain1.5.3Update dependency pep8-naming to ^0.13.0
renovate/pep8-naming-0.xmain^0.13.0Update dependency plotly to v5.18.0
renovate/plotly-5.xmain5.18.0Update dependency rdkit-pypi to v2021.9.5.1
renovate/rdkit-pypi-2021.xmain2021.9.5.1Update dependency rich to v10.16.2
renovate/rich-10.xmain10.16.2Update pypa/gh-action-pypi-publish action to v1.8.11
renovate/pypa-gh-action-pypi-publish-1.xmainv1.8.11Update release-drafter/release-drafter action to v5.25.0
renovate/release-drafter-release-drafter-5.xmainv5.25.0Update actions/cache action
renovate/actions-cache-3.xmainv3.3.2v3Update actions/checkout action to v4
renovate/actions-checkout-4.xmainv4Update actions/download-artifact action to v4
renovate/actions-download-artifact-4.xmainv4.0.0v4Update actions/setup-python action to v5
renovate/actions-setup-python-5.xmainv5.0.0v5Update actions/upload-artifact action to v4
renovate/actions-upload-artifact-4.xmainv4.0.0v4Update crazy-max/ghaction-github-labeler action to v5
renovate/crazy-max-ghaction-github-labeler-5.xmainv5.0.0Update dependency coverage to v7
renovate/coverage-7.xmain^7.0.0Update dependency flake8 to v6
renovate/flake8-6.xmain^6.0.0Update dependency flake8-bandit to v4
renovate/flake8-bandit-4.xmain^4.0.0Update dependency flake8-bugbear to v23
renovate/flake8-bugbear-23.xmain^23.0.0Update dependency ipywidgets to v8
renovate/ipywidgets-8.xmain8.1.1Update dependency mypy to v1
renovate/mypy-1.xmain^1.0.0Update dependency pandas to v2
renovate/pandas-2.xmain2.1.4Update dependency pre-commit to v3
renovate/pre-commit-3.xmain^3.0.0Update dependency pytest to v7
renovate/pytest-7.xmain^7.0.0Update dependency rdkit-pypi to v2022
renovate/rdkit-pypi-2022.xmain2022.9.5Update dependency reorder-python-imports to v3
renovate/reorder-python-imports-3.xmain^3.0.0Update dependency rich to v13
renovate/rich-13.xmain13.7.0Update dependency safety to v2
renovate/safety-2.xmain^2.0.0Update dependency scikit-learn to v1
renovate/scikit-learn-1.xmain1.3.2Update dependency sphinx to v7
renovate/sphinx-7.xmain^7.0.0Update dependency sphinx-click to v5
renovate/sphinx-click-5.xmain^5.0.0Update dependency sphinx-rtd-theme to v2
renovate/sphinx-rtd-theme-2.xmain^2.0.0Update dependency typeguard to v4
renovate/typeguard-4.xmain^4.0.0Update dependency xdoctest to v1
renovate/xdoctest-1.xmain^1.0.0Update github/codeql-action action to v3
renovate/github-codeql-action-3.xmainv3🚸 Branch 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 has been generated by Mend Renovate. View repository job log here.