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

  • compose.yml (docker-compose)
  • Containerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • pyproject.toml (pep621)
  • requirements.txt (pip_requirements)
  • pyproject.toml (poetry)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • 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.

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

Update dependency Django to v4.2.16
  • Schedule: ["at any time"]
  • Branch name: renovate/django-4.x
  • Merge into: master
  • Upgrade Django to ==4.2.16
Update dependency coverage to v7.6.4
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-7.x-lockfile
  • Merge into: master
  • Upgrade coverage to 7.6.4
Update dependency psycopg2-binary to v2.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/psycopg2-binary-2.x
  • Merge into: master
  • Upgrade psycopg2-binary to ==2.9.10
Update dependency psycopg2-binary to v2.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/psycopg2-binary-2.x-lockfile
  • Merge into: master
  • Upgrade psycopg2-binary to 2.9.10
Update dependency coverage to v7.6.4
  • Schedule: ["at any time"]
  • Branch name: renovate/coverage-7.x
  • Merge into: master
  • Upgrade coverage to ==7.6.4
Update dependency django-markdownify to v0.9.5
Update dependency Django to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/django-5.x
  • Merge into: master
  • Upgrade Django to ^5.0.0
  • Upgrade Django to ==5.1.2
Update dependency django-ratelimit to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/django-ratelimit-4.x
  • Merge into: master
  • Upgrade django-ratelimit to ^4.0.0
  • Upgrade django-ratelimit to ==4.1.0
Update dependency django-test-plus to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/django-test-plus-2.x
  • Merge into: master
  • Upgrade django-test-plus to ^2.0.0
  • Upgrade django-test-plus to ==2.2.4
Update dependency gunicorn to v23
  • Schedule: ["at any time"]
  • Branch name: renovate/gunicorn-23.x
  • Merge into: master
  • Upgrade gunicorn to ^23.0.0
  • Upgrade gunicorn to ==23.0.0
Update dependency python-gitlab to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/python-gitlab-4.x
  • Merge into: master
  • Upgrade python-gitlab to ^4.0.0
  • Upgrade python-gitlab to ==4.13.0

🚸 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

Loading