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

  • 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.

🔡 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): update dependency prettier to v2.8.8
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: main
  • Upgrade prettier to 2.8.8
chore(deps): update dependency rollup-plugin-typescript2 to ^0.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-typescript2-0.x
  • Merge into: main
  • Upgrade rollup-plugin-typescript2 to ^0.34.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 eslint-plugin-jsdoc to v46
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jsdoc-46.x
  • Merge into: main
  • Upgrade eslint-plugin-jsdoc to ^46.0.0
chore(deps): update dependency husky to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/husky-8.x
  • Merge into: main
  • Upgrade husky to ^8.0.0
chore(deps): update dependency lint-staged to v13
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-13.x
  • Merge into: main
  • Upgrade lint-staged to ^13.0.0
chore(deps): update dependency rollup to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-3.x
  • Merge into: main
  • Upgrade rollup to ^3.0.0
chore(deps): update dependency stylelint to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-15.x
  • Merge into: main
  • Upgrade stylelint to 15.7.0
chore(deps): update dependency stylelint-config-prettier to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-config-prettier-9.x
  • Merge into: main
  • Upgrade stylelint-config-prettier to 9.0.5
chore(deps): update dependency stylelint-config-standard to v33
  • Schedule: ["at any time"]
  • Branch name: renovate/stylelint-config-standard-33.x
  • Merge into: main
  • Upgrade stylelint-config-standard to 33.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 monorepo to v18 (major)
fix(deps): update dependency @​rollup/plugin-commonjs to v25
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-plugin-commonjs-25.x
  • Merge into: main
  • Upgrade @rollup/plugin-commonjs to ^25.0.0
fix(deps): update dependency react-router-dom to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-router-monorepo
  • Merge into: main
  • Upgrade react-router-dom to ^6.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.

Merge request reports