Skip to content

Configure Renovate

Matweb Bot requested to merge renovate/configure into develop

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Merge Request.


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 and chore 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

🔡 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 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
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

🚸 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.


Available now for GitLab: Renovate Pro with real-time webhook handling and priority job queue.

Merge request reports