Skip to content

Configure Renovate#1407

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure
Closed

Configure Renovate#1407
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 7, 2025

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.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • Dockerfile (dockerfile)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • pyproject.toml (pep621)
  • docs/requirements.txt (pip_requirements)
  • setup.py (pip_setup)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

What to Expect

With your current configuration, Renovate will create 19 Pull Requests:

Update dependency black to v26 [SECURITY]
  • Branch name: renovate/pypi-black-vulnerability
  • Merge into: master
  • Upgrade black to ==26.3.1
Update dependency klepto to <=0.2.8
  • Schedule: ["at any time"]
  • Branch name: renovate/klepto-0.x
  • Merge into: master
  • Upgrade klepto to <=0.2.8
Update dependency dill to <=0.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/dill-0.x
  • Merge into: master
  • Upgrade dill to <=0.4.1
Update dependency docutils to <0.23
  • Schedule: ["at any time"]
  • Branch name: renovate/docutils-0.x
  • Merge into: master
  • Upgrade docutils to <0.23
Update dependency ipython to <8.39.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ipython-8.x
  • Merge into: master
  • Upgrade ipython to <8.39.1
Update dependency lxml to <5.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/lxml-5.x
  • Merge into: master
  • Upgrade lxml to <5.4.1
Update dependency mystic to <=0.4.5
  • Schedule: ["at any time"]
  • Branch name: renovate/mystic-0.x
  • Merge into: master
  • Upgrade mystic to <=0.4.5
Update dependency python to 3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to 3.14
Update dependency scikit-learn to >=1.8.0,<1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/scikit-learn-1.x
  • Merge into: master
  • Upgrade scikit-learn to >=1.8.0,<1.9.0
Update dependency smac to <=0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/smac-0.x
  • Merge into: master
  • Upgrade smac to <=0.14.0
Update dependency xgboost to <=1.7.6
  • Schedule: ["at any time"]
  • Branch name: renovate/xgboost-1.x
  • Merge into: master
  • Upgrade xgboost to <=1.7.6
Update dependency ipython to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/ipython-9.x
  • Merge into: master
  • Upgrade ipython to <9.13.1
Update dependency lxml to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/lxml-6.x
  • Merge into: master
  • Upgrade lxml to <6.1.1
Update dependency pandas to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pandas-3.x
  • Merge into: master
  • Upgrade pandas to <3.0.3
Update dependency pynisher to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/pynisher-1.x
  • Merge into: master
  • Upgrade pynisher to ==1.0.10
Update dependency pyspark to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/pyspark-4.x
  • Merge into: master
  • Upgrade pyspark to <4.1.2
Update dependency setuptools to v82
  • Schedule: ["at any time"]
  • Branch name: renovate/setuptools-82.x
  • Merge into: master
  • Upgrade setuptools to >=82,<82.1
Update dependency smac to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/smac-2.x
  • Merge into: master
  • Upgrade smac to <=2.4.0
Update dependency xgboost to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/xgboost-3.x
  • Merge into: master
  • Upgrade xgboost to <=3.2.0
  • Upgrade xgboost to <3.2.1

🚸 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 prHourlyLimit for 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.

@renovate renovate Bot closed this May 10, 2026
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented May 10, 2026

Renovate is disabled

Renovate 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants