Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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 10 Merge Requests:
Pin dependencies
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin @quasar/app to
1.1.2
- Pin @quasar/extras to
1.3.2
- Pin @quasar/quasar-app-extension-testing to
1.0.0
- Pin @quasar/quasar-app-extension-testing-e2e-cypress to
1.0.0-beta.10
- Pin @quasar/quasar-app-extension-testing-security to
1.0.0-alpha.8
- Pin @quasar/quasar-app-extension-testing-security-antivuln to
1.0.0-alpha.2
- Pin @vue/eslint-config-standard to
4.0.0
- Pin axios to
0.18.1
- Pin babel-eslint to
10.0.3
- Pin cypress-file-upload to
3.3.4
- Pin eslint to
5.16.0
- Pin eslint-loader to
2.2.1
- Pin eslint-plugin-vue to
5.2.3
- Pin quasar to
1.1.4
- Pin renovate to
19.48.1
- Pin uppy to
1.4.0
- Pin vue-code-highlight to
0.7.2
- Pin vue-i18n to
8.14.1
Update dependency @quasar/app to v1.1.3
- Schedule: "at any time"
- Branch name:
renovate/quasar-app-1.x
- Merge into:
master
- Upgrade @quasar/app to
1.1.3
Update dependency axios to v0.19.0
- Schedule: "at any time"
- Branch name:
renovate/axios-0.x
- Merge into:
master
- Upgrade axios to
0.19.0
Update dependency quasar to v1.1.6
- Schedule: "at any time"
- Branch name:
renovate/quasar-1.x
- Merge into:
master
- Upgrade quasar to
1.1.6
Update dependency renovate to v19.56.1
- Schedule: "at any time"
- Branch name:
renovate/renovate-19.x
- Merge into:
master
- Upgrade renovate to
19.56.1
Update docker Docker tag to v19.03.2
- Schedule: "at any time"
- Branch name:
renovate/docker-docker-19.x
- Merge into:
master
- Upgrade docker to
19.03.2-dind
- Upgrade docker to
19.03.2
Update lachlanevenson/k8s-kubectl Docker tag to v1.16.0
- Schedule: "at any time"
- Branch name:
renovate/docker-lachlanevenson-k8s-kubectl-1.x
- Merge into:
master
- Upgrade lachlanevenson/k8s-kubectl to
v1.16.0
Update nginx Docker tag to v1.17.4
- Schedule: "at any time"
- Branch name:
renovate/docker-nginx-1.x
- Merge into:
master
- Upgrade nginx to
1.17.4-alpine
Update dependency eslint to v6
- Schedule: "at any time"
- Branch name:
renovate/eslint-6.x
- Merge into:
master
- Upgrade eslint to
6.5.1
Update dependency eslint-loader to v3
- Schedule: "at any time"
- Branch name:
renovate/eslint-loader-3.x
- Merge into:
master
- Upgrade eslint-loader to
3.0.2
prhourlylimit
for details.
Available now for GitLab: Renovate Pro with real-time webhook handling and priority job queue.