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

  • Cargo.toml (cargo)
  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .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
  • 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.


You have configured Renovate to use branch master as base branch.

What to Expect

With your current configuration, Renovate will create 20 Merge Requests:

Pin dependencies
Update Node.js to v12.14
  • Schedule: "at any time"
  • Branch name: renovate/node-12.x
  • Merge into: master
  • Upgrade node to 12.14
Update Rust crate futures to 0.3.1
  • Schedule: "at any time"
  • Branch name: renovate/rust-futures-0.x
  • Merge into: master
  • Upgrade futures to 0.3.1
Update Rust crate mime to 0.3.16
  • Schedule: "at any time"
  • Branch name: renovate/rust-mime-0.x
  • Merge into: master
  • Upgrade mime to 0.3.16
Update Rust crate once_cell to 1.3.0
  • Schedule: "at any time"
  • Branch name: renovate/rust-once_cell-1.x
  • Merge into: master
  • Upgrade once_cell to 1.3.0
Update Rust crate rand to 0.7.3
  • Schedule: "at any time"
  • Branch name: renovate/rust-rand-0.x
  • Merge into: master
  • Upgrade rand to 0.7.3
Update Rust crate reqwest
  • Schedule: "at any time"
  • Branch name: renovate/rust-reqwest-0.x
  • Merge into: master
  • Upgrade reqwest to 0.10.1
  • Upgrade reqwest to 0.9.24
Update Rust crate ructe to 0.9.0
  • Schedule: "at any time"
  • Branch name: renovate/rust-ructe-0.x
  • Merge into: master
  • Upgrade ructe to 0.9.0
Update Rust crate serde to 1.0.104
  • Schedule: "at any time"
  • Branch name: renovate/rust-serde-1.x
  • Merge into: master
  • Upgrade serde to 1.0.104
Update dependency @​types/codemirror to v0.0.82
  • Schedule: "at any time"
  • Branch name: renovate/codemirror-0.x
  • Merge into: master
  • Upgrade @types/codemirror to 0.0.82
Update dependency codemirror to v5.50.2
  • Schedule: "at any time"
  • Branch name: renovate/codemirror-5.x
  • Merge into: master
  • Upgrade codemirror to 5.50.2
Update dependency css-loader to v3.4.2
  • Schedule: "at any time"
  • Branch name: renovate/css-loader-3.x
  • Merge into: master
  • Upgrade css-loader to 3.4.2
Update dependency monaco-editor to v0.19.3
  • Schedule: "at any time"
  • Branch name: renovate/monaco-editor-0.x
  • Merge into: master
  • Upgrade monaco-editor to 0.19.3
Update dependency monaco-editor-webpack-plugin to v1.8.2
  • Schedule: "at any time"
  • Branch name: renovate/monaco-editor-webpack-plugin-1.x
  • Merge into: master
  • Upgrade monaco-editor-webpack-plugin to 1.8.2
Update dependency prismjs to v1.19.0
  • Schedule: "at any time"
  • Branch name: renovate/prismjs-1.x
  • Merge into: master
  • Upgrade prismjs to 1.19.0
Update dependency style-loader to v1.1.2
  • Schedule: "at any time"
  • Branch name: renovate/style-loader-1.x
  • Merge into: master
  • Upgrade style-loader to 1.1.2
Update dependency typescript to v3.7.4
  • Schedule: "at any time"
  • Branch name: renovate/typescript-3.x
  • Merge into: master
  • Upgrade typescript to 3.7.4
Update dependency webpack to v4.41.5
  • Schedule: "at any time"
  • Branch name: renovate/webpack-4.x
  • Merge into: master
  • Upgrade webpack to 4.41.5
Update dependency webpack-stats-plugin to v0.3.1
  • Schedule: "at any time"
  • Branch name: renovate/webpack-stats-plugin-0.x
  • Merge into: master
  • Upgrade webpack-stats-plugin to 0.3.1
Update rust Docker tag to v1.40
  • Schedule: "at any time"
  • Branch name: renovate/docker-rust-1.x
  • Merge into: master
  • Upgrade rust to 1.40

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


Dependency Lookup Warnings

Please correct - or verify that you can safely ignore - these lookup failures before you merge this MR.

  • Failed to look up dependency futures03

Files affected: Cargo.toml


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.

Merge request reports