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

  • package.json (npm)
  • .travis.yml (travis)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

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

Update dependency karma-spec-reporter to ^0.0.36
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-spec-reporter-0.x
  • Merge into: textgrid
  • Upgrade karma-spec-reporter to ^0.0.36
Update dependency grunt-githooks to ^0.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/grunt-githooks-0.x
  • Merge into: textgrid
  • Upgrade grunt-githooks to ^0.6.0
Update dependency grunt-karma to ^0.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/grunt-karma-0.x
  • Merge into: textgrid
  • Upgrade grunt-karma to ^0.12.0
Update dependency grunt-template-jasmine-istanbul to ^0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/grunt-template-jasmine-istanbul-0.x
  • Merge into: textgrid
  • Upgrade grunt-template-jasmine-istanbul to ^0.5.0
Update dependency karma to ^0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-0.x
  • Merge into: textgrid
  • Upgrade karma to ^0.13.0
Update dependency karma-chrome-launcher to ^0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-chrome-launcher-0.x
  • Merge into: textgrid
  • Upgrade karma-chrome-launcher to ^0.2.0
Update dependency karma-coverage to ^0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-coverage-0.x
  • Merge into: textgrid
  • Upgrade karma-coverage to ^0.5.0
Update dependency karma-phantomjs-launcher to ^0.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-phantomjs-launcher-0.x
  • Merge into: textgrid
  • Upgrade karma-phantomjs-launcher to ^0.2.0
Update dependency karma-sauce-launcher to ^0.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-sauce-launcher-0.x
  • Merge into: textgrid
  • Upgrade karma-sauce-launcher to ^0.3.0
Update Node.js to 0.12
  • Schedule: ["at any time"]
  • Branch name: renovate/node-0.x
  • Merge into: textgrid
  • Upgrade node to 0.12
Update dependency grunt-coveralls to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/grunt-coveralls-2.x
  • Merge into: textgrid
  • Upgrade grunt-coveralls to ^2.0.0
Update dependency grunt-karma to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/grunt-karma-4.x
  • Merge into: textgrid
  • Upgrade grunt-karma to ^4.0.0
Update dependency jasmine-core to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jasmine-monorepo
  • Merge into: textgrid
  • Upgrade jasmine-core to ^5.0.0
Update dependency karma to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-6.x
  • Merge into: textgrid
  • Upgrade karma to ^6.0.0
Update dependency karma-chrome-launcher to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-chrome-launcher-3.x
  • Merge into: textgrid
  • Upgrade karma-chrome-launcher to ^3.0.0
Update dependency karma-coverage to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-coverage-2.x
  • Merge into: textgrid
  • Upgrade karma-coverage to ^2.0.0
Update dependency karma-firefox-launcher to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-firefox-launcher-2.x
  • Merge into: textgrid
  • Upgrade karma-firefox-launcher to ^2.0.0
Update dependency karma-jasmine to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-jasmine-5.x
  • Merge into: textgrid
  • Upgrade karma-jasmine to ^5.0.0
Update dependency karma-phantomjs-launcher to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-phantomjs-launcher-1.x
  • Merge into: textgrid
  • Upgrade karma-phantomjs-launcher to ^1.0.0
Update dependency karma-safari-launcher to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-safari-launcher-1.x
  • Merge into: textgrid
  • Upgrade karma-safari-launcher to ^1.0.0
Update dependency karma-sauce-launcher to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/karma-sauce-launcher-4.x
  • Merge into: textgrid
  • Upgrade karma-sauce-launcher to ^4.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm 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.

Merge request reports

Loading