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
-
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 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 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
- Schedule: ["at any time"]
- Branch name:
renovate/django-markdownify-0.x
- Merge into:
master
- Upgrade django-markdownify to
^0.9.0
- Upgrade django-markdownify to
==0.9.5
Update dependency Django to v5
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
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
prhourlylimit
for details.
This MR has been generated by Renovate Bot.