Skip to content

Configure Renovate

Ian Ibbotson 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

  • .gitlab-ci.yml (gitlabci)
  • 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.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • apollo-server packages became scoped.
  • babel-eslint was renamed under the @babel scope.
  • Replace containerbase dependencies.
  • cucumber became scoped.
  • fastify packages became scoped.
  • hapi became scoped.
  • Jade was renamed to Pug.
  • joi became scoped under the hapi organization.
  • joi was moved out of the hapi organization.
  • The Kubernetes container registry has changed from k8s.gcr.io to registry.k8s.io.
  • The Kubernetes container registry has changed from k8s.gcr.io to registry.k8s.io.
  • The material-ui monorepo org was renamed from @material-ui to @mui.
  • The messageformat monorepo package naming scheme changed from messageFormat-{{package}}-to-@messageformat/{{package}}.
  • middie became scoped.
  • now was renamed to vercel.
  • @parcel/css was renamed to lightningcss.
  • react-query/devtools became scoped under the tanstack organization.
  • react-query became scoped under the tanstack organization.
  • react-scripts supports TypeScript since version 2.1.0.
  • The @renovate/pep440 package was renamed to @renovatebot/pep440.
  • The node-resolve plugin for rollup became scoped.
  • The vso-task-lib package is now published as azure-pipelines-task-lib.
  • The vsts-task-lib package is now published as azure-pipelines-task-lib.
  • The xmldom package is now published as @xmldom/xmldom.
  • 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:

chore(deps): replace dependency babel-eslint with @​babel/eslint-parser ^7.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-eslint-replacement
  • Merge into: main
  • Upgrade babel-eslint to ^7.11.0
chore(deps): replace dependency react-query with @​tanstack/react-query >=3.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-query-replacement
  • Merge into: main
  • Upgrade react-query to >=3.9.0
  • Upgrade react-query to ^4.0.5
chore(deps): update dependency regenerator-runtime to ^0.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/regenerator-runtime-0.x
  • Merge into: main
  • Upgrade regenerator-runtime to ^0.14.0
chore(deps): update dependency babel-plugin-module-resolver to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/babel-plugin-module-resolver-5.x
  • Merge into: main
  • Upgrade babel-plugin-module-resolver to ^5.0.0
chore(deps): update dependency eslint to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: main
  • Upgrade eslint to ^8.0.0
chore(deps): update dependency react-redux to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/react-redux-9.x
  • Merge into: main
  • Upgrade react-redux to ^9.0.0
chore(deps): update dependency redux to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/redux-5.x
  • Merge into: main
  • Upgrade redux to ^5.0.0
chore(deps): update dependency redux-observable to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/redux-observable-2.x
  • Merge into: main
  • Upgrade redux-observable to ^2.0.0
chore(deps): update dependency rxjs to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/rxjs-7.x
  • Merge into: main
  • Upgrade rxjs to ^7.0.0
chore(deps): update dependency sinon to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/sinon-17.x
  • Merge into: main
  • Upgrade sinon to ^17.0.0
chore(deps): update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: main
  • Upgrade typescript to ^5.0.0
chore(deps): update react-router monorepo to v6 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-router-monorepo
  • Merge into: main
  • Upgrade react-router to ^6.0.0
  • Upgrade react-router-dom to ^6.0.0
chore(deps): update semantic-release monorepo (major)
fix(deps): update dependency react-resize-detector to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/react-resize-detector-10.x
  • Merge into: main
  • Upgrade react-resize-detector to ^10.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 Ian Ibbotson

Merge request reports