Skip to content

Configure Renovate

Renovate Bot requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • requirements.txt (pip_requirements)

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 and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests 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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to 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 18 Merge Requests:

Update dependency PyYAML to v6.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pyyaml-6.x
  • Merge into: master
  • Upgrade PyYAML to ==6.0.2
Update dependency fastapi-cli to v0.0.5
  • Schedule: ["at any time"]
  • Branch name: renovate/fastapi-cli-0.x
  • Merge into: master
  • Upgrade fastapi-cli to ==0.0.5
Update dependency httpx to v0.27.2
  • Schedule: ["at any time"]
  • Branch name: renovate/httpx-0.x
  • Merge into: master
  • Upgrade httpx to ==0.27.2
Update dependency typer to v0.12.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typer-0.x
  • Merge into: master
  • Upgrade typer to ==0.12.5
Update dependency uvicorn to v0.30.6
  • Schedule: ["at any time"]
  • Branch name: renovate/uvicorn-0.x
  • Merge into: master
  • Upgrade uvicorn to ==0.30.6
Update dependency anyio to v4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/anyio-4.x
  • Merge into: master
  • Upgrade anyio to ==4.5.0
Update dependency certifi to v2024.8.30
  • Schedule: ["at any time"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: master
  • Upgrade certifi to ==2024.8.30
Update dependency fastapi to v0.115.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fastapi-0.x
  • Merge into: master
  • Upgrade fastapi to ==0.115.0
Update dependency idna to v3.10
  • Schedule: ["at any time"]
  • Branch name: renovate/idna-3.x
  • Merge into: master
  • Upgrade idna to ==3.10
Update dependency pydantic to v2.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic-2.x
  • Merge into: master
  • Upgrade pydantic to ==2.9.2
Update dependency pydantic_core to v2.23.4
  • Schedule: ["at any time"]
  • Branch name: renovate/pydantic_core-2.x
  • Merge into: master
  • Upgrade pydantic_core to ==2.23.4
Update dependency rich to v13.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rich-13.x
  • Merge into: master
  • Upgrade rich to ==13.8.1
Update dependency starlette to v0.38.5
  • Schedule: ["at any time"]
  • Branch name: renovate/starlette-0.x
  • Merge into: master
  • Upgrade starlette to ==0.38.5
Update dependency uvloop to v0.20.0
  • Schedule: ["at any time"]
  • Branch name: renovate/uvloop-0.x
  • Merge into: master
  • Upgrade uvloop to ==0.20.0
Update dependency watchfiles to v0.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/watchfiles-0.x
  • Merge into: master
  • Upgrade watchfiles to ==0.24.0
Update dependency wheel to v0.44.0
  • Schedule: ["at any time"]
  • Branch name: renovate/wheel-0.x
  • Merge into: master
  • Upgrade wheel to ==0.44.0
Update dependency setuptools to v75
  • Schedule: ["at any time"]
  • Branch name: renovate/setuptools-75.x
  • Merge into: master
  • Upgrade setuptools to ==75.1.0
Update dependency websockets to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/websockets-13.x
  • Merge into: master
  • Upgrade websockets to ==13.0.1

🚸 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 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 MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports