Skip to content

chore: Configure Renovate

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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • .gitlab-ci.yml (gitlabci-include)
  • package.json (npm)

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 (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 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 8 Merge Requests:

chore(deps): update dependency bootstrap to v5.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/bootstrap-5.x-lockfile
  • Merge into: main
  • Upgrade bootstrap to 5.3.8
chore(deps): update dependency bootstrap-scss to v5.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/bootstrap-scss-5.x-lockfile
  • Merge into: main
  • Upgrade bootstrap-scss to 5.3.8
chore(deps): update dependency bs5-lightbox to v1.8.5
  • Schedule: ["at any time"]
  • Branch name: renovate/bs5-lightbox-1.x-lockfile
  • Merge into: main
  • Upgrade bs5-lightbox to 1.8.5
chore(deps): update dependency postcss-cli to v11.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-cli-11.x-lockfile
  • Merge into: main
  • Upgrade postcss-cli to 11.0.1
chore(deps): update dependency postcss-prefix-selector to v2.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-prefix-selector-2.x-lockfile
  • Merge into: main
  • Upgrade postcss-prefix-selector to 2.1.1
chore(deps): update dependency bootstrap-icons to v1.13.1
  • Schedule: ["at any time"]
  • Branch name: renovate/bootstrap-icons-1.x-lockfile
  • Merge into: main
  • Upgrade bootstrap-icons to 1.13.1
chore(deps): update dependency prettier to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x-lockfile
  • Merge into: main
  • Upgrade prettier to 3.6.2
chore(deps): update dependency @​fullhuman/postcss-purgecss to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/fullhuman-postcss-purgecss-7.x
  • Merge into: main
  • Upgrade @fullhuman/postcss-purgecss to ^7.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


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

Merge request reports

Loading