Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Show all Merge Confidence badges for pull requests.
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 (except for nuget) 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.
Preserve (but continue to upgrade) any existing SemVer ranges.
Enable Renovate Dependency Dashboard creation.
Rebase existing PRs any time the base branch has been updated.
Raise PR when vulnerability alerts are detected with label 'security'.
Use curated list of recommended non-monorepo package groupings.
Run Renovate on following schedule: every weekend
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
chore(deps): replace all dependencies with @mui/material 5.x
- Schedule: ["every weekend"]
- Branch name: `renovate/all`
- Merge into: `main`
- Upgrade [@material-ui/core](https://redirect.github.com/mui-org/material-ui) to `5.x`
- Upgrade [@material-ui/icons](https://redirect.github.com/mui-org/material-ui) to `5.x`
chore(deps): update all dependencies (major)
- Schedule: ["every weekend"]
- Branch name: `renovate/major-all`
- Merge into: `main`
- Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `v4`
- Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v4`
- Upgrade [eslint](https://redirect.github.com/eslint/eslint) to `^9.0.0`
- Upgrade [eslint-plugin-react-hooks](https://redirect.github.com/facebook/react) to `^5.0.0`
- Upgrade [react](https://redirect.github.com/facebook/react) to `18.x`
- Upgrade [react](https://redirect.github.com/facebook/react) to `^18.0.0`
- Upgrade [react-dom](https://redirect.github.com/facebook/react) to `18.x`
- Upgrade [react-dom](https://redirect.github.com/facebook/react) to `^18.0.0`
- Upgrade [react-i18next](https://redirect.github.com/i18next/react-i18next) to `15.x`
- Upgrade [react-redux](https://redirect.github.com/reduxjs/react-redux) to `9.x`
- Upgrade [redux](https://redirect.github.com/reduxjs/redux) to `5.x`
- Upgrade [reselect](https://redirect.github.com/reduxjs/reselect) to `5.x`
❓ 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.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/ci.yml
(github-actions).github/workflows/npm-publish.yml
(github-actions)package.json
(npm)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.'security'
.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 2 Pull Requests:
chore(deps): replace all dependencies with @mui/material 5.x
- Schedule: ["every weekend"] - Branch name: `renovate/all` - Merge into: `main` - Upgrade [@material-ui/core](https://redirect.github.com/mui-org/material-ui) to `5.x` - Upgrade [@material-ui/icons](https://redirect.github.com/mui-org/material-ui) to `5.x`chore(deps): update all dependencies (major)
- Schedule: ["every weekend"] - Branch name: `renovate/major-all` - Merge into: `main` - Upgrade [actions/checkout](https://redirect.github.com/actions/checkout) to `v4` - Upgrade [actions/setup-node](https://redirect.github.com/actions/setup-node) to `v4` - Upgrade [eslint](https://redirect.github.com/eslint/eslint) to `^9.0.0` - Upgrade [eslint-plugin-react-hooks](https://redirect.github.com/facebook/react) to `^5.0.0` - Upgrade [react](https://redirect.github.com/facebook/react) to `18.x` - Upgrade [react](https://redirect.github.com/facebook/react) to `^18.0.0` - Upgrade [react-dom](https://redirect.github.com/facebook/react) to `18.x` - Upgrade [react-dom](https://redirect.github.com/facebook/react) to `^18.0.0` - Upgrade [react-i18next](https://redirect.github.com/i18next/react-i18next) to `15.x` - Upgrade [react-redux](https://redirect.github.com/reduxjs/react-redux) to `9.x` - Upgrade [redux](https://redirect.github.com/reduxjs/redux) to `5.x` - Upgrade [reselect](https://redirect.github.com/reduxjs/reselect) to `5.x`❓ 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 PR was generated by Mend Renovate. View the repository job log.