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 Configure Renovate MR is merged
- Separate major versions of dependencies into individual branches/MRs
- Do not separate patch and minor upgrades into separate MRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise MRs immediately (after branch is created)
- If semantic commits detected, use semantic commit type
fix
for dependencies andchore
for all others - Keep existing branches updated even when not scheduled
- Disable automerging feature - wait for humans to merge all MRs
- Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Update existing lock files only when
package.json
is modified - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
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 1 Merge Request:
chore(deps): pin dependencies
- Branch name:
renovate/pin-dependencies
- Pin @babel/eslint-parser to
7.14.5
- Pin @quasar/app to
3.0.0-rc.3
- Pin @quasar/cli to
1.2.1
- Pin @quasar/extras to
1.10.7
- Pin axios to
0.21.1
- Pin core-js to
3.14.0
- Pin eslint to
7.29.0
- Pin eslint-config-prettier to
8.3.0
- Pin eslint-plugin-vue to
7.11.1
- Pin eslint-webpack-plugin to
2.5.4
- Pin quasar to
2.0.0-rc.3
Available now for GitLab: Renovate Pro with real-time webhook handling and priority job queue.