Skip to content

Configure Renovate

Renovate 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)
  • .gitlab-ci.yml (gitlabci)
  • deployment/values.yaml (helm-values)
  • 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.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Autodetect whether to pin dependencies or maintain ranges.
  • Rate limit MR creation to a maximum of two per hour.
  • Limit to maximum 10 open MRs at any time.
  • 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 17 Merge Requests:

chore(deps): update angular-cli monorepo to ~12.2.0
chore(deps): update dependency @​types/jasmine to ~3.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jasmine-3.x
  • Merge into: main
  • Upgrade @types/jasmine to ~3.10.0
chore(deps): update dependency jasmine-core to ~3.99.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jasmine-monorepo
  • Merge into: main
  • Upgrade jasmine-core to ~3.99.0
chore(deps): update dependency karma to ~6.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-6.x
  • Merge into: main
  • Upgrade karma to ~6.4.0
chore(deps): update dependency karma-coverage to ~2.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-coverage-2.x
  • Merge into: main
  • Upgrade karma-coverage to ~2.2.0
chore(deps): update dependency typescript to ~4.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: main
  • Upgrade typescript to ~4.9.0
fix(deps): update angular monorepo
chore(deps): update angular-cli monorepo to v15 (major)
chore(deps): update dependency @​types/jasmine to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/jasmine-4.x
  • Merge into: main
  • Upgrade @types/jasmine to ~4.3.0
chore(deps): update dependency @​types/node to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: main
  • Upgrade @types/node to ^18.0.0
chore(deps): update dependency jasmine-core to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jasmine-monorepo
  • Merge into: main
  • Upgrade jasmine-core to ~4.5.0
chore(deps): update dependency karma-jasmine to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-jasmine-5.x
  • Merge into: main
  • Upgrade karma-jasmine to ~5.1.0
chore(deps): update dependency karma-jasmine-html-reporter to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-jasmine-html-reporter-2.x
  • Merge into: main
  • Upgrade karma-jasmine-html-reporter to ^2.0.0
chore(deps): update node.js to v19
  • Schedule: ["at any time"]
  • Branch name: renovate/node-19.x
  • Merge into: main
  • Upgrade node to 19
fix(deps): update angular monorepo to v15 (major)
fix(deps): update dependency ngx-echarts to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/ngx-echarts-15.x
  • Merge into: main
  • Upgrade ngx-echarts to ^15.0.0
fix(deps): update dependency rxjs to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/rxjs-7.x
  • Merge into: main
  • Upgrade rxjs to ~7.5.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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