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/ci.yml
(github-actions) -
.github/workflows/readthedocs-preview.yml
(github-actions) -
.github/workflows/release.yml
(github-actions) -
.gitlab-ci.yml
(gitlabci) -
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
- Show all Merge Confidence badges for pull requests.
- 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 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 with your custom config and the list of Merge Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 6 Merge Requests:
chore(deps): update python docker tag to v3.12
- Schedule: ["at any time"]
- Branch name:
renovate/python-3.x
- Merge into:
main
- Upgrade python to
3.12
chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-4.x
- Merge into:
main
- Upgrade actions/checkout to
v4
chore(deps): update actions/deploy-pages action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-deploy-pages-3.x
- Merge into:
main
- Upgrade actions/deploy-pages to
v3
chore(deps): update actions/deploy-pages action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-deploy-pages-4.x
- Merge into:
main
- Upgrade actions/deploy-pages to
v4
chore(deps): update actions/setup-python action to v5
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-python-5.x
- Merge into:
main
- Upgrade actions/setup-python to
v5
chore(deps): update actions/upload-pages-artifact action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-upload-pages-artifact-3.x
- Merge into:
main
- Upgrade actions/upload-pages-artifact to
v3
prhourlylimit
for details.
This MR has been generated by Renovate Bot.