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 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)
  • Use renovate/ as prefix for all branch names
  • 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 16 Merge Requests:

Pin dependencies
Update dependency @​types/jest to v24.0.13
  • Schedule: "at any time"
  • Branch name: renovate/jest-24.x
  • Upgrade @types/jest to 24.0.13
Update dependency @​types/node to v11.13.13
  • Schedule: "at any time"
  • Branch name: renovate/node-11.x
  • Upgrade @types/node to 11.13.13
Update dependency eslint to v5.16.0
  • Schedule: "at any time"
  • Branch name: renovate/eslint-5.x
  • Upgrade eslint to 5.16.0
Update dependency eslint-config-prettier to v4.3.0
  • Schedule: "at any time"
  • Branch name: renovate/eslint-config-prettier-4.x
  • Upgrade eslint-config-prettier to 4.3.0
Update dependency eslint-plugin-jest to v22.6.4
  • Schedule: "at any time"
  • Branch name: renovate/eslint-plugin-jest-22.x
  • Upgrade eslint-plugin-jest to 22.6.4
Update dependency eslint-plugin-prettier to v3.1.0
  • Schedule: "at any time"
  • Branch name: renovate/eslint-plugin-prettier-3.x
  • Upgrade eslint-plugin-prettier to 3.1.0
Update dependency html-validate to v0.25.1
  • Schedule: "at any time"
  • Branch name: renovate/html-validate-0.x
  • Upgrade html-validate to 0.25.1
Update dependency jest to v24.8.0
  • Schedule: "at any time"
  • Branch name: renovate/jest-monorepo
  • Upgrade jest to 24.8.0
Update dependency lint-staged to v8.2.0
  • Schedule: "at any time"
  • Branch name: renovate/lint-staged-8.x
  • Upgrade lint-staged to 8.2.0
Update dependency prettier to v1.18.0
  • Schedule: "at any time"
  • Branch name: renovate/prettier-1.x
  • Upgrade prettier to 1.18.0
Update dependency ts-jest to v24.0.2
  • Schedule: "at any time"
  • Branch name: renovate/ts-jest-24.x
  • Upgrade ts-jest to 24.0.2
Update dependency typescript to v3.5.1
  • Schedule: "at any time"
  • Branch name: renovate/typescript-3.x
  • Upgrade typescript to 3.5.1
Update typescript-eslint monorepo to v1.9.0
Update dependency html-validate to v1
  • Schedule: "at any time"
  • Branch name: renovate/html-validate-1.x
  • Upgrade html-validate to 1.1.1
Update dependency husky to v2
  • Schedule: "at any time"
  • Branch name: renovate/husky-2.x
  • Upgrade husky to 2.4.0

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

Merge request reports