Skip to content

chore: Configure Renovate

Renovate Bot requested to merge renovate/configure into main

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

  • .gitlab-ci.yml (gitlabci-include)
  • pyproject.toml (pep621)
  • pyproject.toml (poetry)
  • .pre-commit-config.yaml (pre-commit)

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 6 Merge Requests:

chore(deps): update pre-commit hook gruntwork-io/pre-commit to v0.1.23
  • Schedule: ["at any time"]
  • Branch name: renovate/gruntwork-io-pre-commit-0.x
  • Merge into: main
  • Upgrade gruntwork-io/pre-commit to v0.1.23
chore(deps): update pre-commit hook adrienverge/yamllint to v1.35.1
  • Schedule: ["at any time"]
  • Branch name: renovate/adrienverge-yamllint-1.x
  • Merge into: main
  • Upgrade adrienverge/yamllint to v1.35.1
fix(deps): update dependency ansible to <2.11
  • Schedule: ["at any time"]
  • Branch name: renovate/ansible-2.x
  • Merge into: main
  • Upgrade ansible to <2.11
chore(deps): update pre-commit hook python/black to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/python-black-24.x
  • Merge into: main
  • Upgrade python/black to 24.4.2
fix(deps): update dependency ansible to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/ansible-9.x
  • Merge into: main
  • Upgrade ansible to <9.6
chore(deps): lock file maintenance
  • Schedule: ["before 4am on monday"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: main
  • 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