Skip to content

Configure Renovate

Mend Renovate requested to merge renovate/configure into master

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)

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

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

Pin dependencies
Update dependency @​types/cross-spawn to v6.0.2
  • Schedule: ["at any time"]
  • Branch name: renovate/cross-spawn-6.x
  • Merge into: master
  • Upgrade @types/cross-spawn to 6.0.2
Update dependency @​types/jest to v23.3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-23.x
  • Merge into: master
  • Upgrade @types/jest to 23.3.14
Update dependency @​types/node to v6.14.13
  • Schedule: ["at any time"]
  • Branch name: renovate/node-6.x
  • Merge into: master
  • Upgrade @types/node to 6.14.13
Update dependency rimraf to v2.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-2.x
  • Merge into: master
  • Upgrade rimraf to 2.7.1
Update dependency rollup to v0.68.2
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-0.x
  • Merge into: master
  • Upgrade rollup to 0.68.2
Update dependency ts-jest to v23.10.5
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-23.x
  • Merge into: master
  • Upgrade ts-jest to 23.10.5
Update dependency tslint to v5.20.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tslint-5.x
  • Merge into: master
  • Upgrade tslint to 5.20.1
Update dependency tslint-config-gluons to v2.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tslint-config-gluons-2.x
  • Merge into: master
  • Upgrade tslint-config-gluons to 2.2.0
Update dependency typescript to v3.9.7
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-3.x
  • Merge into: master
  • Upgrade typescript to 3.9.7
Update dependency @​types/jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-26.x
  • Merge into: master
  • Upgrade @types/jest to 26.0.15
Update dependency cross-spawn to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/cross-spawn-7.x
  • Merge into: master
  • Upgrade cross-spawn to 7.0.3
Update dependency jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade jest to 26.6.1
Update dependency rimraf to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-3.x
  • Merge into: master
  • Upgrade rimraf to 3.0.2
Update dependency rollup to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/rollup-2.x
  • Merge into: master
  • Upgrade rollup to 2.32.1
Update dependency ts-jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-26.x
  • Merge into: master
  • Upgrade ts-jest to 26.4.2
Update dependency ts-node to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-9.x
  • Merge into: master
  • Upgrade ts-node to 9.0.0
Update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.0.3

🚸 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 WhiteSource Renovate. View repository job log here.

Edited by Mend Renovate

Merge request reports