Skip to content

chore: chore(renovate): onboarding and configuration

Gabriel Suquet requested to merge chore/renovate/onboarding 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

  • .devcontainer/devcontainer.json (devcontainer)
  • semantic-release/Dockerfile (dockerfile)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Renovate GitLab self-hosted runner configuration
  • 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.
  • Pin Docker digests.
  • Pin github-action digests.
  • Pin dependency versions for devDependencies.
  • Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.
  • Run lock file maintenance (updates) early Monday mornings.
  • Rebase existing MRs any time the base branch has been updated.
  • Use semantic prefixes for commit messages and MR titles.
  • Use semantic commit scope deps for all commits and MR titles.
  • Remove hourly and concurrent rate limits.
  • Append Signed-off-by: to signoff Git commits.
  • Default configuration for use in my personal repositories
  • Assign MRs to gabrielsuquet.
  • Add gabrielsuquet as reviewer for MRs.
  • Default configuration for use in my GitLab repositories

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to .gitlab/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 1 Merge Request:

chore(deps): pin node.js to df01469
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: main
  • Upgrade node to sha256:df01469346db2bf1cfc1f7261aeab86b2960efa840fe2bd46d83ff339f463665

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