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

  • Containerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • 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 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.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Automerge digest upgrades if they pass tests.
  • Automerge patch upgrades if they pass tests.
  • If Renovate detects semantic commits, it will use semantic commit type chore for all commits.

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

chore(deps): pin python docker tag to 63094ab
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: main
  • Upgrade python to sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
chore(deps): update dependency django to v5.0.14
  • Schedule: ["at any time"]
  • Branch name: renovate/django-5.0.x-lockfile
  • Merge into: main
  • Upgrade django to 5.0.14
chore(deps): update python docker tag to v3.12.10
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.12.x
  • Merge into: main
  • Upgrade python to sha256:c08bfdbffc9184cdfd225497bac12b2c0dac1d24bbe13287cfb7d99f1116cf43
chore(deps): update dependency django to v5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/django-5.x-lockfile
  • Merge into: main
  • Upgrade django to 5.2
chore(deps): update dependency django-cors-headers to v4.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/django-cors-headers-4.x-lockfile
  • Merge into: main
  • Upgrade django-cors-headers to 4.7.0
chore(deps): update dependency djangorestframework to v3.16.0
  • Schedule: ["at any time"]
  • Branch name: renovate/djangorestframework-3.x-lockfile
  • Merge into: main
  • Upgrade djangorestframework to 3.16.0
chore(deps): update python docker tag to v3.13.3
  • Schedule: ["at any time"]
  • Branch name: renovate/python-3.x
  • Merge into: main
  • Upgrade python to sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7
chore(deps): update dependency pytz to v2025
  • Schedule: ["at any time"]
  • Branch name: renovate/pytz-2025.x-lockfile
  • Merge into: main
  • Upgrade pytz to 2025.2

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.

Merge request reports

Loading