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
-
galaxy.yml(ansible-galaxy) -
.gitlab-ci.yml(gitlabci) -
requirements-dev.txt(pip_requirements) -
requirements-test.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
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand 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. Renovate will update the Merge Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 6 Merge Requests:
Update docker Docker tag to v24.0.9
- Schedule: ["at any time"]
- Branch name:
renovate/docker-24.x - Merge into:
main - Upgrade docker to
24.0.9-dind
Update dependency molecule-plugins to v23.5.3
- Schedule: ["at any time"]
- Branch name:
renovate/molecule-plugins-23.x - Merge into:
main - Upgrade molecule-plugins to
==23.5.3
Update dependency yamllint to v1.35.1
- Schedule: ["at any time"]
- Branch name:
renovate/yamllint-1.x - Merge into:
main - Upgrade yamllint to
==1.35.1
Update jdubz/ci-python Docker tag to v3.12
- Schedule: ["at any time"]
- Branch name:
renovate/jdubz-ci-python-3.x - Merge into:
main - Upgrade jdubz/ci-python to
3.12
Update dependency molecule to v24
- Schedule: ["at any time"]
- Branch name:
renovate/molecule-24.x - Merge into:
main - Upgrade molecule to
<24.2.2
Update docker Docker tag to v26
- Schedule: ["at any time"]
- Branch name:
renovate/docker-26.x - Merge into:
main - Upgrade docker to
26.1.0-dind
prhourlylimit for details.
This MR has been generated by Renovate Bot.