Skip to content

Configure Renovate

Botaniker (Bot) requested to merge renovate/configure into deploy

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

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • .gitlab-ci.yml (gitlabci)
  • package.json (npm)
  • .travis.yml (travis)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding 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
  • 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
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones

🔡 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 13 Merge Requests:

Pin dependencies
Update dependency @​types/jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-26.x
  • Merge into: deploy
  • Upgrade @types/jest to 26.0.20
Update dependency chalk to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/chalk-4.x
  • Merge into: deploy
  • Upgrade chalk to ^4.0.0
Update dependency commander to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/commander-7.x
  • Merge into: deploy
  • Upgrade commander to ^7.0.0
Update dependency dictionary-es to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/dictionary-es-3.x
  • Merge into: deploy
  • Upgrade dictionary-es to ^3.0.0
Update dependency eslint to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-7.x
  • Merge into: deploy
  • Upgrade eslint to 7.20.0
Update dependency eslint-plugin-jest to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-24.x
  • Merge into: deploy
  • Upgrade eslint-plugin-jest to 24.1.5
Update dependency globby to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/globby-11.x
  • Merge into: deploy
  • Upgrade globby to ^11.0.0
Update dependency inquirer to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/inquirer-8.x
  • Merge into: deploy
  • Upgrade inquirer to ^8.0.0
Update dependency jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: deploy
  • Upgrade jest to 26.6.3
Update dependency js-yaml to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/js-yaml-4.x
  • Merge into: deploy
  • Upgrade js-yaml to ^4.0.0
Update dependency marked to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/marked-2.x
  • Merge into: deploy
  • Upgrade marked to ^2.0.0
Update dependency prettier to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: deploy
  • Upgrade prettier to 2.2.1

🚸 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 MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Merge request reports