Skip to content

Configure Renovate

Veroxis 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

  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Autodetect whether to pin dependencies or maintain ranges.
  • Automerge all upgrades (including major) if they pass tests.
  • Raise a MR first before any automerging.
  • Do not separate patch and minor upgrades into separate MRs for the same dependency.
  • Enable Renovate Dependency Dashboard creation.
  • Enable Renovate.
  • Raise MR when vulnerability alerts are detected.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Rebase existing MRs any time the base branch has been updated.
  • Separate major versions of dependencies into individual branches/MRs.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the 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 1 Merge Request:

chore(deps): update dependency alpine to v3.16
  • Schedule: ["at any time"]
  • Branch name: renovate/alpine-3.x
  • Merge into: master
  • Upgrade alpine to 3.16

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.

Merge request reports