Skip to content

Configure Renovate

Michael Iseard requested to merge renovate/configure into master

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

  • 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.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Preserve (but continue to upgrade) any existing SemVer ranges.

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

Update dependency react-scripts to v5.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/devdependencies-(non-major)
  • Merge into: master
  • Upgrade react-scripts to 5.0.1
Update dependency @​heroicons/react to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/heroicons-react-2.x
  • Merge into: master
  • Upgrade @heroicons/react to ^2.0.0
Update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-9.x
  • Merge into: master
  • Upgrade eslint to ^9.0.0
Update dependency i18next to v23
  • Schedule: ["at any time"]
  • Branch name: renovate/i18next-23.x
  • Merge into: master
  • Upgrade i18next to ^23.0.0
Update dependency i18next-browser-languagedetector to v7
Update dependency i18next-http-backend to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/i18next-http-backend-2.x
  • Merge into: master
  • Upgrade i18next-http-backend to ^2.0.0
Update dependency i18next-scanner to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/i18next-scanner-4.x
  • Merge into: master
  • Upgrade i18next-scanner to ^4.0.0
Update dependency prettier to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x
  • Merge into: master
  • Upgrade prettier to ^3.0.0
Update dependency react-i18next to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/react-i18next-14.x
  • Merge into: master
  • Upgrade react-i18next to ^14.0.0
Update dependency web-vitals to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/web-vitals-3.x
  • Merge into: master
  • Upgrade web-vitals to ^3.0.0
Update react monorepo to v18 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade react to ^18.0.0
  • Upgrade react-dom to ^18.0.0
Update testing-library monorepo (major)

🚸 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 Michael Iseard

Merge request reports