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
-
values.yaml
(helm-values) -
Chart.yaml
(helmv3)
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
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Fix some problems with very old Maven commons versions
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
- Use node versioning for @types/node
- Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
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 8 Merge Requests:
Update Helm release nextcloud to v2.9.0
- Schedule: ["at any time"]
- Branch name:
renovate/nextcloud-2.x
- Merge into:
master
- Upgrade nextcloud to
2.9.0
Update Helm release postgresql to v8.10.14
- Schedule: ["at any time"]
- Branch name:
renovate/postgresql-8.x
- Merge into:
master
- Upgrade postgresql to
8.10.14
Update Helm release rabbitmq to v6.28.1
- Schedule: ["at any time"]
- Branch name:
renovate/rabbitmq-6.x
- Merge into:
master
- Upgrade rabbitmq to
6.28.1
Update Helm release redis to v10.9.0
- Schedule: ["at any time"]
- Branch name:
renovate/redis-10.x
- Merge into:
master
- Upgrade redis to
10.9.0
Update onlyoffice/documentserver Docker tag to v6.4.2.6
- Schedule: ["at any time"]
- Branch name:
renovate/onlyoffice-documentserver-6.x
- Merge into:
master
- Upgrade onlyoffice/documentserver to
6.4.2.6
Update Helm release postgresql to v10
- Schedule: ["at any time"]
- Branch name:
renovate/postgresql-10.x
- Merge into:
master
- Upgrade postgresql to
10.12.7
Update Helm release rabbitmq to v8
- Schedule: ["at any time"]
- Branch name:
renovate/rabbitmq-8.x
- Merge into:
master
- Upgrade rabbitmq to
8.24.1
Update Helm release redis to v15
- Schedule: ["at any time"]
- Branch name:
renovate/redis-15.x
- Merge into:
master
- Upgrade redis to
15.5.1
prhourlylimit
for details.
This MR has been generated by Renovate Bot.