Skip to content

Configure Renovate

scriptuser 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

  • Dockerfile (dockerfile)
  • e2e/Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci-include)
  • .gitlab/preview/values.yaml (helm-values)
  • .gitlab/preview/Chart.yaml (helmv3)
  • helm/frontend-plugin-example/Chart.yaml (helmv3)
  • e2e/package.json (npm)
  • 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 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.

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

Update dependency @open-xchange/lint to ^0.0.8
  • Schedule: ["at any time"]
  • Branch name: renovate/open-xchange-lint-0.x
  • Merge into: main
  • Upgrade @open-xchange/lint to ^0.0.8
Update dependency @open-xchange/vite-plugin-ox-externals to v0.6.3
  • Schedule: ["at any time"]
  • Branch name: renovate/open-xchange-vite-plugin-ox-externals-0.x-lockfile
  • Merge into: main
  • Upgrade @open-xchange/vite-plugin-ox-externals to 0.6.3
Update dependency @open-xchange/vite-plugin-ox-manifests to v0.6.4
  • Schedule: ["at any time"]
  • Branch name: renovate/open-xchange-vite-plugin-ox-manifests-0.x-lockfile
  • Merge into: main
  • Upgrade @open-xchange/vite-plugin-ox-manifests to 0.6.4
Update dependency ts-node to v10.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-10.x-lockfile
  • Merge into: main
  • Upgrade ts-node to 10.9.2
Update dependency @open-xchange/codecept-helper to ^0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/open-xchange-codecept-helper-0.x
  • Merge into: main
  • Upgrade @open-xchange/codecept-helper to ^0.13.0
Update dependency otpauth to v9.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/otpauth-9.x-lockfile
  • Merge into: main
  • Upgrade otpauth to 9.2.3
Update dependency puppeteer-core to v19.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/puppeteer-core-19.x
  • Merge into: main
  • Upgrade puppeteer-core to 19.11.1
Update dependency semver to v7.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/semver-7.x-lockfile
  • Merge into: main
  • Upgrade semver to 7.6.0
Update dependency vite to v5.2.11
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-5.x-lockfile
  • Merge into: main
  • Upgrade vite to 5.2.11
Update dependency puppeteer-core to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/puppeteer-core-22.x
  • Merge into: main
  • Upgrade puppeteer-core to 22.7.1
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

🚸 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 scriptuser

Merge request reports