Skip to content

chore: Configure Renovate - #1

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/configure
Open

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

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown

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

  • scripts/sandbox/dockerfile_generator.py (dockerfile)
  • scripts/sandbox/templates/go_4repo_poc.Dockerfile (dockerfile)
  • scripts/sandbox/templates/go_multi_repo.Dockerfile (dockerfile)
  • scripts/sandbox/templates/java_multi_repo.Dockerfile (dockerfile)
  • scripts/sandbox/templates/python_multi_repo.Dockerfile (dockerfile)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/likec4-pages.yml (github-actions)
  • lib/pyproject.toml (poetry)
  • renovate.json (renovate-config)

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
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

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

chore(deps): pin dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: main
  • Upgrade eclipse-temurin to sha256:8878012b286ef00032346bfbdd55b10e9f5bf923430e3a85c7c3d6e6db6f4605
  • Upgrade golang to sha256:c6a5b9308b3f3095e8fde83c8bf4d68bd101fce606c1a0a1394522542509dda9
  • Upgrade python to sha256:35d3a4a3d5e42e02ab916d44513a050689f12c0533d45598d229672503fe77ca
fix(deps): update dependency seaborn to >=0.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/seaborn-0.x
  • Merge into: main
  • Upgrade seaborn to >=0.13.2
chore(deps): update dependency node to v20.20.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade node to 20.20.2
chore(deps): update dependency python
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to 3.14.7
  • Upgrade python to sha256:ecac9e212daacda8a702eae372fceebc0ee36f5805abe087880367e8d061fa5b
chore(deps): update golang docker tag to v1.27
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: main
  • Upgrade golang to sha256:648f440f42a0958804efb24df176f806f9d353b41f1c0627f666428e40310f6b
fix(deps): update dependency jsonschema to >=4.26.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonschema-4.x
  • Merge into: main
  • Upgrade jsonschema to >=4.26.0
fix(deps): update dependency matplotlib to >=3.11.2
  • Schedule: ["at any time"]
  • Branch name: renovate/matplotlib-3.x
  • Merge into: main
  • Upgrade matplotlib to >=3.11.2
fix(deps): update dependency numpy to >=1.26.4
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-1.x
  • Merge into: main
  • Upgrade numpy to >=1.26.4
fix(deps): update dependency pytest to >=7.4.4
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-7.x
  • Merge into: main
  • Upgrade pytest to >=7.4.4
fix(deps): update dependency pytest-cov to >=4.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-4.x
  • Merge into: main
  • Upgrade pytest-cov to >=4.1.0
fix(deps): update dependency scikit-learn to >=1.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/scikit-learn-1.x
  • Merge into: main
  • Upgrade scikit-learn to >=1.9.1
fix(deps): update dependency tomli to >=2.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tomli-2.x
  • Merge into: main
  • Upgrade tomli to >=2.4.1
chore(deps): update actions/checkout action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: main
  • Upgrade actions/checkout to v7
chore(deps): update actions/deploy-pages action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-deploy-pages-5.x
  • Merge into: main
  • Upgrade actions/deploy-pages to v5
chore(deps): update actions/setup-node action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-7.x
  • Merge into: main
  • Upgrade actions/setup-node to v7
chore(deps): update actions/setup-python action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-python-7.x
  • Merge into: main
  • Upgrade actions/setup-python to v7
chore(deps): update actions/upload-pages-artifact action to v5
chore(deps): update dependency node to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: main
  • Upgrade node to 24.21.0
chore(deps): update eclipse-temurin docker tag to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/eclipse-temurin-25.x
  • Merge into: main
  • Upgrade eclipse-temurin to sha256:02eecc58b9c7cb20e55765c7bcdcdee0c6d210440aca1b0a1fbd81ecfe8e772e
fix(deps): update dependency numpy to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/numpy-2.x
  • Merge into: main
  • Upgrade numpy to >=2.5.3
fix(deps): update dependency pytest to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-9.x
  • Merge into: main
  • Upgrade pytest to >=9.1.1
fix(deps): update dependency pytest-cov to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-cov-7.x
  • Merge into: main
  • Upgrade pytest-cov to >=7.1.0

❓ 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 added the bot label Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants