Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
Detected Package Files
-
Dockerfile
(dockerfile) -
pyproject.toml
(pep621) -
pyproject.toml
(poetry)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding MR is merged
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fix
for dependencies andchore
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.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
renovate.json
in this branch. Renovate will update the Merge Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 7 Merge Requests:
Update dependency uwsgi to v2.0.27
- Schedule: ["at any time"]
- Branch name:
renovate/uwsgi-2.x-lockfile
- Merge into:
main
- Upgrade uwsgi to
2.0.27
Update dependency filelock to v3.16.1
- Schedule: ["at any time"]
- Branch name:
renovate/filelock-3.x-lockfile
- Merge into:
main
- Upgrade filelock to
3.16.1
Update dependency rich to v13.9.2
- Schedule: ["at any time"]
- Branch name:
renovate/rich-13.x-lockfile
- Merge into:
main
- Upgrade rich to
13.9.2
Update dependency ruff to ^0.6.0
- Schedule: ["at any time"]
- Branch name:
renovate/ruff-0.x
- Merge into:
main
- Upgrade ruff to
^0.6.0
Update python Docker tag to v3.13
- Schedule: ["at any time"]
- Branch name:
renovate/python-3.x
- Merge into:
main
- Upgrade python to
3.13
Update dependency helium to v5
- Schedule: ["at any time"]
- Branch name:
renovate/helium-5.x
- Merge into:
main
- Upgrade helium to
^5.0.0
Update dependency typed-dotenv to v2
- Schedule: ["at any time"]
- Branch name:
renovate/typed-dotenv-2.x
- Merge into:
main
- Upgrade typed-dotenv to
^2.0.0
prhourlylimit
for details.
This MR has been generated by Renovate Bot.