Skip to content

Configure Renovate

renovatebot 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)
  • package.json (npm)
  • .nvmrc (nvm)

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.
  • Automatically detect the best rangeStrategy to use.
  • 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 14 Merge Requests:

Update dependency @​types/react to v18.0.27
  • Schedule: ["at any time"]
  • Branch name: renovate/react-18.x
  • Merge into: main
  • Upgrade @types/react to 18.0.27
Update dependency @​types/react-dom to v18.0.10
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-18.x
  • Merge into: main
  • Upgrade @types/react-dom to 18.0.10
Update dependency @​svgr/webpack to v6.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/svgr-webpack-6.x
  • Merge into: main
  • Upgrade @svgr/webpack to 6.5.1
Update dependency @​types/node to v16.18.11
  • Schedule: ["at any time"]
  • Branch name: renovate/node-16.x
  • Merge into: main
  • Upgrade @types/node to 16.18.11
Update dependency eslint to v8.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: main
  • Upgrade eslint to 8.33.0
Update dependency prettier to v2.8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: main
  • Upgrade prettier to 2.8.3
Update dependency react-use to v17.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-use-17.x
  • Merge into: main
  • Upgrade react-use to 17.4.0
Update dependency sass to v1.58.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-1.x
  • Merge into: main
  • Upgrade sass to 1.58.0
Update dependency typescript to v4.9.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: main
  • Upgrade typescript to 4.9.5
Update nextjs monorepo to v12.3.4
  • Schedule: ["at any time"]
  • Branch name: renovate/nextjs-monorepo
  • Merge into: main
  • Upgrade eslint-config-next to 12.3.4
  • Upgrade next to 12.3.4
Update react monorepo to v18.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade react to 18.2.0
  • Upgrade react-dom to 18.2.0
Update Node.js to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: main
  • Upgrade node to 18
  • Upgrade @types/node to 18.11.18
Update Node.js to v19
  • Schedule: ["at any time"]
  • Branch name: renovate/node-19.x
  • Merge into: main
  • Upgrade node to 19-slim
Update nextjs monorepo to v13 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-nextjs-monorepo
  • Merge into: main
  • Upgrade eslint-config-next to 13.1.6
  • Upgrade next to 13.1.6

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

Merge request reports