Skip to content

chore: Configure Renovate

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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • Dockerfile.dev (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • .gitlab-ci.yml (gitlabci-include)
  • requirements.dev.txt (pip_requirements)
  • 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 (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.

🔡 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 14 Merge Requests:

chore(deps): update dependency bandit to v1.8.6
  • Schedule: ["at any time"]
  • Branch name: renovate/bandit-1.x
  • Merge into: main
  • Upgrade bandit to ==1.8.6
chore(deps): update dependency pylint to v3.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/pylint-3.x
  • Merge into: main
  • Upgrade pylint to ==3.3.8
chore(deps): update docker.io/bitnami/mongodb docker tag to v7.0.15
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.io-bitnami-mongodb-7.x
  • Merge into: main
  • Upgrade docker.io/bitnami/mongodb to 7.0.15
chore(deps): update dependency commitizen to v4.8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/commitizen-4.x
  • Merge into: main
  • Upgrade commitizen to ==4.8.3
chore(deps): update dependency fastapi to v0.116.1
  • Schedule: ["at any time"]
  • Branch name: renovate/fastapi-0.x
  • Merge into: main
  • Upgrade fastapi to ==0.116.1
chore(deps): update dependency mypy to v1.17.1
  • Schedule: ["at any time"]
  • Branch name: renovate/mypy-1.x
  • Merge into: main
  • Upgrade mypy to ==1.17.1
chore(deps): update dependency pre-commit to v4.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pre-commit-4.x
  • Merge into: main
  • Upgrade pre-commit to ==4.3.0
chore(deps): update dependency pymongo to v4.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/pymongo-4.x
  • Merge into: main
  • Upgrade pymongo to ==4.14.0
chore(deps): update dependency pytest to v8.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/pytest-8.x
  • Merge into: main
  • Upgrade pytest to ==8.4.1
chore(deps): update dependency sentry-sdk to v2.34.1
  • Schedule: ["at any time"]
  • Branch name: renovate/sentry-sdk-2.x
  • Merge into: main
  • Upgrade sentry-sdk to ==2.34.1
chore(deps): update dependency uvicorn to v0.35.0
  • Schedule: ["at any time"]
  • Branch name: renovate/uvicorn-0.x
  • Merge into: main
  • Upgrade uvicorn to ==0.35.0
chore(deps): update docker.io/curlimages/curl docker tag to v8.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.io-curlimages-curl-8.x
  • Merge into: main
  • Upgrade docker.io/curlimages/curl to 8.15.0
chore(deps): update dependency python-gitlab to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/python-gitlab-6.x
  • Merge into: main
  • Upgrade python-gitlab to ==6.2.0
chore(deps): update docker.io/bitnami/mongodb docker tag to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/docker.io-bitnami-mongodb-8.x
  • Merge into: main
  • Upgrade docker.io/bitnami/mongodb to 8.0.12

🚸 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

Merge request reports

Loading