Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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 andchore
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.
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 15 Merge Requests:
chore(deps): update dependency @storybook/testing-library to ^0.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/storybook-testing-library-0.x
- Merge into:
main
- Upgrade @storybook/testing-library to
^0.1.0
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
fix(deps): update dependency antd to v5.6.0
- Schedule: ["at any time"]
- Branch name:
renovate/antd-5.x
- Merge into:
main
- Upgrade antd to
5.6.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)
- Schedule: ["at any time"]
- Branch name:
renovate/major-react-monorepo
- Merge into:
main
- Upgrade @types/react to
^18.0.0
- Upgrade @types/react-dom to
^18.0.0
- Upgrade react to
^18.0.0
- Upgrade react-dom to
^18.0.0
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
prhourlylimit
for details.
This MR has been generated by Renovate Bot.