Skip to content

Configure Renovate

Renovate Bot requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • requirements.yml (ansible-galaxy)
  • .gitlab-ci.yml (gitlabci)
  • pyproject.toml (pep621)
  • pyproject.toml (poetry)
  • terraform/admin-svc.tf (terraform)
  • terraform/main.tf (terraform)
  • terraform/sec_groups.tf (terraform)

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 and chore 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.
  • Append Signed-off-by: to signoff Git commits.
  • Apply label renovate to MRs.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Remove hourly and concurrent rate limits.
  • Enable Renovate Dependency Dashboard creation.
  • Raise MR when vulnerability alerts are detected.
  • Show all Merge Confidence badges for pull requests.
  • Enable the pre-commit manager.
  • Default preset for use with the CRI's repos

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to 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 16 Merge Requests:

chore(deps): update dependency cri.common to v0.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.common-0.x
  • Merge into: master
  • Upgrade cri.common to 0.1.2
chore(deps): update dependency cri.gitlab_runner to v0.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.gitlab_runner-0.x
  • Merge into: master
  • Upgrade cri.gitlab_runner to 0.1.3
chore(deps): update dependency cri.netdata to v0.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.netdata-0.x
  • Merge into: master
  • Upgrade cri.netdata to 0.1.1
chore(deps): update dependency cri.promtail to v0.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.promtail-0.x
  • Merge into: master
  • Upgrade cri.promtail to 0.1.2
chore(deps): update dependency cri.docker to v0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.docker-0.x
  • Merge into: master
  • Upgrade cri.docker to 0.2.0
chore(deps): update dependency cri.network to v0.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.network-0.x
  • Merge into: master
  • Upgrade cri.network to 0.2.2
chore(deps): update dependency cri.nftables to v0.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.nftables-0.x
  • Merge into: master
  • Upgrade cri.nftables to 0.3.0
chore(deps): update hashicorp/terraform docker tag to v0.15.5
  • Schedule: ["at any time"]
  • Branch name: renovate/hashicorp-terraform-0.x
  • Merge into: master
  • Upgrade hashicorp/terraform to 0.15.5
chore(deps): update terraform openstack to ~> 1.54.0
  • Schedule: ["at any time"]
  • Branch name: renovate/openstack-1.x
  • Merge into: master
  • Upgrade openstack to ~> 1.54.0
fix(deps): update dependency ansible to <2.11
  • Schedule: ["at any time"]
  • Branch name: renovate/ansible-2.x
  • Merge into: master
  • Upgrade ansible to <2.11
chore(deps): update dependency community.general to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/community.general-8.x
  • Merge into: master
  • Upgrade community.general to ef33ea302ab97f9f2f8f93ca6f9b0be49a20e33baacf48c3509c81f9ab7556cc
chore(deps): update dependency cri.gitlab_runner to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/cri.gitlab_runner-1.x
  • Merge into: master
  • Upgrade cri.gitlab_runner to 1.0.0
chore(deps): update dependency ericsysmin.system to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/ericsysmin.system-2.x
  • Merge into: master
  • Upgrade ericsysmin.system to f381ff691bdf4586b84c107ae320b72f59c22344424c6f99e035525dbbd57461
chore(deps): update hashicorp/terraform docker tag to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/hashicorp-terraform-1.x
  • Merge into: master
  • Upgrade hashicorp/terraform to 1.8.2
fix(deps): update dependency ansible to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/ansible-9.x
  • Merge into: master
  • Upgrade ansible to <9.6
chore(deps): lock file maintenance
  • Schedule: ["before 4am on monday"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: master
  • Regenerate lock files to use latest dependency versions

Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports