Configure Renovate
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
package.json(npm)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Separate major versions of dependencies into individual branches/PRs
- Do not separate patch and minor upgrades into separate PRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise PRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fixfor dependencies andchorefor all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all PRs
- Ignore
node_modules,bower_components,vendorand various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit PR creation to a maximum of two per hour
- Limit to maximum 20 open PRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
- Use node versioning for @types/node
- Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
🔡 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 Pull 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 16 Pull Requests:
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/babel-monorepo - Merge into:
dev - Pin @babel/plugin-proposal-optional-chaining to
7.14.5 - Pin @babel/plugin-transform-typescript to
7.15.0 - Pin @babel/preset-env to
7.15.0 - Pin @babel/preset-typescript to
7.15.0 - Pin @babel/runtime to
7.15.3 - Pin babel-loader to
8.2.2
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies - Merge into:
dev - Pin @types/jest to
26.0.24 - Pin @types/lodash-es to
4.17.4 - Pin @vue/babel-plugin-jsx to
1.0.6 - Pin @vue/eslint-config-prettier to
6.0.0 - Pin @vue/eslint-config-typescript to
7.0.0 - Pin ant-design-vue to
2.2.6 - Pin css-loader to
3.6.0 - Pin eslint to
7.32.0 - Pin eslint-config-prettier to
6.15.0 - Pin eslint-plugin-prettier to
3.4.0 - Pin eslint-plugin-vue to
7.16.0 - Pin mini-css-extract-plugin to
0.9.0 - Pin typescript to
4.3.5 - Pin vc-tools to
3.0.0 - Pin webpack to
4.46.0 - Pin webpack-cli to
3.3.12 - Pin webpack-dev-server to
3.11.2
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/typescript-eslint-monorepo - Merge into:
dev - Pin @typescript-eslint/eslint-plugin to
4.29.2 - Pin @typescript-eslint/parser to
4.29.2
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/vue-monorepo - Merge into:
dev - Pin @vue/cli-plugin-eslint to
4.5.13 - Pin @vue/cli-plugin-typescript to
4.5.13 - Pin @vue/compiler-sfc to
3.2.4 - Pin @vue/test-utils to
2.0.0-rc.12 - Pin vue to
3.2.4 - Pin vue-loader to
16.5.0 - Pin vue-router to
4.0.11
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/jest-monorepo - Merge into:
dev - Pin babel-jest to
26.6.3 - Pin jest to
26.6.3
chore(deps): pin dependency lerna to v3.22.1
- Schedule: ["at any time"]
- Branch name:
renovate/lerna-monorepo - Merge into:
dev - Pin lerna to
3.22.1
chore(deps): update dependency mini-css-extract-plugin to v0.12.0
- Schedule: ["at any time"]
- Branch name:
renovate/mini-css-extract-plugin-0.x - Merge into:
dev - Upgrade mini-css-extract-plugin to
0.12.0
chore(deps): update dependency @types/jest to v27
- Schedule: ["at any time"]
- Branch name:
renovate/jest-27.x - Merge into:
dev - Upgrade @types/jest to
27.0.1
chore(deps): update dependency css-loader to v6
- Schedule: ["at any time"]
- Branch name:
renovate/css-loader-6.x - Merge into:
dev - Upgrade css-loader to
6.2.0
chore(deps): update dependency eslint-config-prettier to v8
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-config-prettier-8.x - Merge into:
dev - Upgrade eslint-config-prettier to
8.3.0
chore(deps): update dependency lerna to v4
- Schedule: ["at any time"]
- Branch name:
renovate/major-lerna-monorepo - Merge into:
dev - Upgrade lerna to
4.0.0
chore(deps): update dependency mini-css-extract-plugin to v2
- Schedule: ["at any time"]
- Branch name:
renovate/mini-css-extract-plugin-2.x - Merge into:
dev - Upgrade mini-css-extract-plugin to
2.2.0
chore(deps): update dependency webpack to v5
- Schedule: ["at any time"]
- Branch name:
renovate/webpack-5.x - Merge into:
dev - Upgrade webpack to
5.50.0
chore(deps): update dependency webpack-cli to v4
- Schedule: ["at any time"]
- Branch name:
renovate/webpack-cli-4.x - Merge into:
dev - Upgrade webpack-cli to
4.8.0
chore(deps): update jest monorepo to v27 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-jest-monorepo - Merge into:
dev - Upgrade babel-jest to
27.0.6 - Upgrade jest to
27.0.6
fix(deps): update dependency async-validator to v4
- Schedule: ["at any time"]
- Branch name:
renovate/async-validator-4.x - Merge into:
dev - Upgrade async-validator to
^4.0.0
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 PR has been generated by WhiteSource Renovate. View repository job log here.