Skip to content

Configure Renovate

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)
  • src/ng-new/files/__directory__/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 28 Merge Requests:

chore(deps): pin dependencies
chore(deps): update angularcli monorepo
chore(deps): update dependency @​types/node to v8.10.51
  • Schedule: "at any time"
  • Branch name: renovate/node-8.x
  • Upgrade @types/node to 8.10.51
chore(deps): update dependency jasmine-marbles to v0.6.0
  • Schedule: "at any time"
  • Branch name: renovate/jasmine-marbles-0.x
  • Upgrade jasmine-marbles to 0.6.0
chore(deps): update dependency karma to v4.2.0
  • Schedule: "at any time"
  • Branch name: renovate/karma-4.x
  • Upgrade karma to 4.2.0
chore(deps): update dependency nodegit to v0.24.3
  • Schedule: "at any time"
  • Branch name: renovate/nodegit-0.x
  • Upgrade nodegit to 0.24.3
chore(deps): update dependency tslint to v5.18.0
  • Schedule: "at any time"
  • Branch name: renovate/tslint-5.x
  • Upgrade tslint to 5.18.0
chore(deps): update dependency typescript to v3.5.3
  • Schedule: "at any time"
  • Branch name: renovate/typescript-3.x
  • Upgrade typescript to 3.5.3
fix(deps): update dependency angular-in-memory-web-api to v0.8.0
fix(deps): update dependency rxjs to v6.5.2
  • Schedule: "at any time"
  • Branch name: renovate/rxjs-6.x
  • Upgrade rxjs to 6.5.2
fix(deps): update dependency zone.js to v0.9.1
  • Schedule: "at any time"
  • Branch name: renovate/zone.js-0.x
  • Upgrade zone.js to 0.9.1
chore(deps): update dependency codelyzer to v5
  • Schedule: "at any time"
  • Branch name: renovate/codelyzer-5.x
  • Upgrade codelyzer to 5.1.0
chore(deps): update dependency execa to v2
  • Schedule: "at any time"
  • Branch name: renovate/execa-2.x
  • Upgrade execa to 2.0.3
chore(deps): update dependency gulp to v4
  • Schedule: "at any time"
  • Branch name: renovate/gulp-4.x
  • Upgrade gulp to 4.0.2
chore(deps): update dependency jasmine-core to v3
  • Schedule: "at any time"
  • Branch name: renovate/jasmine-core-3.x
  • Upgrade jasmine-core to 3.4.0
chore(deps): update dependency karma-chrome-launcher to v3
  • Schedule: "at any time"
  • Branch name: renovate/karma-chrome-launcher-3.x
  • Upgrade karma-chrome-launcher to 3.0.0
chore(deps): update dependency karma-jasmine to v2
  • Schedule: "at any time"
  • Branch name: renovate/karma-jasmine-2.x
  • Upgrade karma-jasmine to 2.0.1
chore(deps): update dependency karma-jasmine-html-reporter to v1
chore(deps): update dependency karma-jasmine-matchers to v4
  • Schedule: "at any time"
  • Branch name: renovate/karma-jasmine-matchers-4.x
  • Upgrade karma-jasmine-matchers to 4.0.2
chore(deps): update dependency source-map-explorer to v2
  • Schedule: "at any time"
  • Branch name: renovate/source-map-explorer-2.x
  • Upgrade source-map-explorer to 2.0.1
chore(deps): update dependency ts-node to v8
  • Schedule: "at any time"
  • Branch name: renovate/ts-node-8.x
  • Upgrade ts-node to 8.3.0
chore(deps): update dependency yargs-parser to v13
  • Schedule: "at any time"
  • Branch name: renovate/yargs-parser-13.x
  • Upgrade yargs-parser to 13.1.1
fix(deps): update angular monorepo to v8 (major)
fix(deps): update angularcli monorepo to v8 (major)
fix(deps): update angularmaterial monorepo to v8 (major)
fix(deps): update dependency @​types/jasmine to v3
  • Schedule: "at any time"
  • Branch name: renovate/jasmine-3.x
  • Upgrade @types/jasmine to 3.3.14
  • Upgrade jasmine to 3.4.0
fix(deps): update dependency core-js to v3
  • Schedule: "at any time"
  • Branch name: renovate/core-js-3.x
  • Upgrade core-js to 3.1.4
fix(deps): update ngrx monorepo to v8 (major)

🚸 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

Loading