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
-
docker-compose.yml
(docker-compose) -
Dockerfile
(dockerfile) -
requirements.txt
(pip_requirements)
Configuration
Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding MR, please merge them manually.
What to Expect
With your current configuration, Renovate will create 4 Merge Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin mysqlclient to
==2.0.3
- Pin requests to
==2.26.0
Update dependency mysqlclient to v2.1.1
- Schedule: ["at any time"]
- Branch name:
renovate/mysqlclient-2.x
- Merge into:
master
- Upgrade mysqlclient to
==2.1.1
Update dependency requests to v2.28.1
- Schedule: ["at any time"]
- Branch name:
renovate/requests-2.x
- Merge into:
master
- Upgrade requests to
==2.28.1
Update python Docker tag to v3.10
- Schedule: ["at any time"]
- Branch name:
renovate/python-3.x
- Merge into:
master
- Upgrade python to
3.10-slim
prhourlylimit
for details.
This MR has been generated by Renovate Bot.