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.yaml
(docker-compose) -
containers/onionprobe/Dockerfile
(dockerfile) -
containers/onionprobe/Dockerfile.pip
(dockerfile) -
containers/tor/Dockerfile
(dockerfile) -
.gitlab-ci.yml
(gitlabci) -
.gitlab-ci-slides.yml
(gitlabci) -
.gitlab-ci-pages.yml
(gitlabci) -
pyproject.toml
(pep621) -
setup.cfg
(setup-cfg)
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 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 5 Merge Requests:
Update dependency cryptography to v3.4.8
- Schedule: ["at any time"]
- Branch name:
renovate/cryptography-3.x
- Merge into:
main
- Upgrade cryptography to
==3.4.8
Update docker.io/prom/alertmanager Docker tag to v0.27.0
- Schedule: ["at any time"]
- Branch name:
renovate/docker.io-prom-alertmanager-0.x
- Merge into:
main
- Upgrade docker.io/prom/alertmanager to
v0.27.0
Update docker.io/prom/prometheus Docker tag to v2.51.2
- Schedule: ["at any time"]
- Branch name:
renovate/docker.io-prom-prometheus-2.x
- Merge into:
main
- Upgrade docker.io/prom/prometheus to
v2.51.2
Update dependency cryptography to v42
- Schedule: ["at any time"]
- Branch name:
renovate/cryptography-42.x
- Merge into:
main
- Upgrade cryptography to
==42.0.5
Update postgres Docker tag to v16
- Schedule: ["at any time"]
- Branch name:
renovate/postgres-16.x
- Merge into:
main
- Upgrade postgres to
16
prhourlylimit
for details.
This MR has been generated by Renovate Bot.