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
-
.github/workflows/python-app.yml
(github-actions) -
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 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.
- Pin all dependency versions except
peerDependencies
. - Rebase existing MRs any time the base branch has been updated.
- Disable Docker updates.
- Group all
minor
andpatch
updates together. - Weekly schedule on early Monday mornings (before 4 AM).
- Run Renovate on following schedule: * 0-3 * * 1
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 10 Merge Requests:
Update all non-major dependencies
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/all-minor-patch
- Merge into:
master
- Upgrade PyYAML to
==6.0.2
- Upgrade SQLAlchemy to
==2.0.37
- Upgrade anyio to
==3.7.1
- Upgrade certifi to
==2023.11.17
- Upgrade charset-normalizer to
==3.4.1
- Upgrade click to
==8.1.8
- Upgrade dnspython to
==2.7.0
- Upgrade ecdsa to
==0.19.0
- Upgrade email-validator to
==2.2.0
- Upgrade fastapi to
==0.115.6
- Upgrade httpcore to
==0.18.0
- Upgrade httptools to
==0.6.4
- Upgrade httpx to
==0.28.1
- Upgrade idna to
==3.10
- Upgrade packaging to
==23.2
- Upgrade pluggy to
==1.5.0
- Upgrade psycopg2-binary to
==2.9.10
- Upgrade pyasn1 to
==0.6.1
- Upgrade pydantic to
==1.10.20
- Upgrade pytest to
==7.4.4
- Upgrade python-dotenv to
==1.0.1
- Upgrade requests to
==2.32.3
- Upgrade six to
==1.17.0
- Upgrade sniffio to
==1.3.1
- Upgrade starlette to
==0.45.2
- Upgrade typing_extensions to
==4.12.2
- Upgrade urllib3 to
==2.3.0
- Upgrade uvicorn to
==0.34.0
- Upgrade uvloop to
==0.21.0
- Upgrade watchfiles to
==0.24.0
Update dependency anyio to v4
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/anyio-4.x
- Merge into:
master
- Upgrade anyio to
==4.8.0
Update dependency certifi to v2024
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/certifi-2024.x
- Merge into:
master
- Upgrade certifi to
==2024.12.14
Update dependency greenlet to v3
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/greenlet-3.x
- Merge into:
master
- Upgrade greenlet to
==3.1.1
Update dependency httpcore to v1
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/httpcore-1.x
- Merge into:
master
- Upgrade httpcore to
==1.0.7
Update dependency packaging to v24
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/packaging-24.x
- Merge into:
master
- Upgrade packaging to
==24.2
Update dependency pydantic to v2
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/pydantic-2.x
- Merge into:
master
- Upgrade pydantic to
==2.10.5
Update dependency pytest to v8
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/pytest-8.x
- Merge into:
master
- Upgrade pytest to
==8.3.4
Update dependency watchfiles to v1
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/watchfiles-1.x
- Merge into:
master
- Upgrade watchfiles to
==1.0.4
Update dependency websockets to v14
- Schedule: ["* 0-3 * * 1"]
- Branch name:
renovate/websockets-14.x
- Merge into:
master
- Upgrade websockets to
==14.1
prhourlylimit
for details.
Warning Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this MR.
Failed to look up github-tags package actions/checkout
Failed to look up github-tags package actions/setup-python
Files affected:
.github/workflows/python-app.yml
This MR has been generated by Renovate Bot.