Skip to content

Configure Renovate

kresusbot requested to merge renovate/configure into master

Welcome to Renovate!

This is an onboarding MR to help you understand and configure Renovate before any regular Merge Requests begin. Once you close this Merge Request, Renovate will begin keeping your dependencies up-to-date via automated Merge Requests.

If you have any questions, try reading our Getting Started Configuring Renovate page first, or feel free to ask the app author @rarkins a question in a comment below.


Configuration Summary

Based on the currently configured presets, Renovate will:

  • Start dependency updates once this Configure Renovate MR is merged or closed
  • Separate major versions of dependencies into individual branches/MRs
  • Combine any patch and minor upgrades together into same branch/MR
  • 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
  • Update existing lock files only when package.json is modified
  • Autodetect whether to pin dependencies or maintain ranges
  • Odd version numbers are classified as unstable
  • Preconfigure dependencies where an odd major version indicates unstable (Docker-only)

With your current configuration, renovate will initially create the following Merge Requests:

Merge Requests (20)
chore(deps): update dependency eslint-plugin-prettier to v2.4.0
  • Branch name: renovate/eslint-plugin-prettier-2.x
  • Upgrades eslint-plugin-prettier in devDependencies from 2.3.1 to 2.4.0
fix(deps): update dependency ini to v1.3.5
  • Branch name: renovate/ini-1.x
  • Upgrades ini in dependencies from 1.3.4 to 1.3.5
chore(deps): update dependency file-loader to v1.1.6
  • Branch name: renovate/file-loader-1.x
  • Upgrades file-loader in devDependencies from 1.1.5 to 1.1.6
chore(deps): update dependency eslint-plugin-react to v7.5.1
  • Branch name: renovate/eslint-plugin-react-7.x
  • Upgrades eslint-plugin-react in devDependencies from 7.4.0 to 7.5.1
chore(deps): update dependency babel-eslint to v8.0.3
  • Branch name: renovate/babel-eslint-8.x
  • Upgrades babel-eslint in devDependencies from 8.0.2 to 8.0.3
chore(deps): update dependency babel-plugin-transform-react-remove-prop-types to v0.4.12
chore(deps): update dependency bootstrap-kresus to v0.0.5
  • Branch name: renovate/bootstrap-kresus-0.x
  • Upgrades bootstrap-kresus in devDependencies from 0.0.4 to 0.0.5
chore(deps): update dependency copy-webpack-plugin to v4.3.0
  • Branch name: renovate/copy-webpack-plugin-4.x
  • Upgrades copy-webpack-plugin in devDependencies from 4.2.1 to 4.3.0
chore(deps): update dependency dygraphs to v2.1.0
  • Branch name: renovate/dygraphs-2.x
  • Upgrades dygraphs in devDependencies from 2.0.0 to 2.1.0
chore(deps): update dependency eslint to v4.13.1
  • Branch name: renovate/eslint-4.x
  • Upgrades eslint in devDependencies from 4.11.0 to 4.13.1
fix(deps): update dependency moment to v2.20.0
  • Branch name: renovate/moment-2.x
  • Upgrades moment in dependencies from 2.19.2 to 2.20.0
fix(deps): update dependency nodemailer to v4.4.1
  • Branch name: renovate/nodemailer-4.x
  • Upgrades nodemailer in dependencies from 4.4.0 to 4.4.1
chore(deps): update dependency onchange to v3.3.0
  • Branch name: renovate/onchange-3.x
  • Upgrades onchange in devDependencies from 3.2.1 to 3.3.0
fix(deps): update dependency pouchdb to v6.4.0
  • Branch name: renovate/pouchdb-monorepo
  • Upgrades pouchdb in dependencies from 6.3.4 to 6.4.0
chore(deps): update dependency prettier to v1.9.2
  • Branch name: renovate/prettier-1.x
  • Upgrades prettier in devDependencies from 1.8.2 to 1.9.2
chore(deps): update dependency react-datepicker to v0.64.0
  • Branch name: renovate/react-datepicker-0.x
  • Upgrades react-datepicker in devDependencies from 0.48.0 to 0.64.0
chore(deps): renovate react monorepo packages
  • Branch name: renovate/react-monorepo
  • Upgrades react-dom in devDependencies from 15.6.2 to 16.2.0
  • Upgrades react in devDependencies from 15.6.2 to 16.2.0
chore(deps): update dependency style-loader to v0.19.1
  • Branch name: renovate/style-loader-0.x
  • Upgrades style-loader in devDependencies from 0.19.0 to 0.19.1
chore(deps): update dependency webpack to v3.10.0
  • Branch name: renovate/webpack-3.x
  • Upgrades webpack in devDependencies from 3.8.1 to 3.10.0
chore(deps): update dependency webpack-spritesmith to v0.3.6
  • Branch name: renovate/webpack-spritesmith-0.x
  • Upgrades webpack-spritesmith in devDependencies from 0.3.3 to 0.3.6

Sometimes you may see multiple options for the same dependency (e.g. pinning in one branch and upgrading in another). This is expected and allows you the flexibility to choose which to merge first. Once you merge any MR, others will be updated or removed the next time Renovate runs.

Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch and this Merge Request description will be updated the next time Renovate runs.

Our Configuration Docs should be helpful if you wish to modify any behaviour.


Don't want a renovate.json file?

You are not required to merge this Merge Request - Renovate will begin even if this "Configure Renovate" MR is closed unmerged and without a renovate.json file. However, it's recommended that you add configuration to your repository to ensure behaviour matches what you see described here.

Alternatively, you can add the same configuration settings into a "renovate" section of your package.json file(s) in this branch and delete the renovate.json from this MR. If you make these configuration changes in this branch then the results will be described in this MR after the next time Renovate runs.

Want to start over?

If you'd like Renovate to recreate this "Configure Renovate" MR from scratch - for example if your base branch has had substantial changes - then you need to:

  1. (IMPORTANT) Rename this MR to something else, e.g. "Configure Renovate - old"
  2. Close the MR and delete the branch

If later on you ever wish to reconfigure Renovate then you can use this same trick of renaming the MR, but you'll also need to delete any renovate.json file too. You should then get a new "Configure Renovate" MR like this.

Merge request reports