Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2018

Welcome to Renovate!

This is an onboarding PR to help you understand and configure Renovate before regular Pull Requests begin. Once you merge or close this Pull Request, Renovate will begin keeping your dependencies up-to-date.

If you have any questions, try reading our Docs, particularly the Getting Started section. You can post questions in our Config Help repository or @ the app author @rarkins in this PR and he'll probably see it.


Detected Package Files

  • package.json

Configuration Summary

Based on the currently configured presets, Renovate will:

  • Start dependency updates once this Configure Renovate PR is merged or closed
  • Separate major versions of dependencies into individual branches/PRs
  • Combine any patch and minor upgrades together into same branch/PR
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs 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 PRs
  • Ignore node_modules, bower_components, 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 PR creation to a maximum of two per hour
  • Limit to maximum 20 concurrent Renovate PRs at any time

Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch and this Pull Request description will be updated the next time Renovate runs. Try to use Config Presets (the extends array) when possible rather than raw config, as then this PR will be able to more accurately describe your settings.


What to Expect

With your current configuration, Renovate will create 5 Pull Requests:

  1. chore(deps): pin dependencies
  • Branch name: renovate/pin-dependencies
  • Pins typescript in devDependencies to 2.7.1
  • Pins tslint in devDependencies to 5.9.1
  • Pins standard-version in devDependencies to 4.3.0
  • Pins react in devDependencies to 16.2.0
  • Pins coveralls in devDependencies to 3.0.0
  • Pins chokidar-cli in devDependencies to 1.2.0
  • Pins babel-register in devDependencies to 6.26.0
  • Pins babel-preset-es2015 in devDependencies to 6.24.1
  • Pins babel-core in devDependencies to 6.26.0
  • Pins ava in devDependencies to 0.25.0
  • Pins @types/react in devDependencies to 16.0.36
  • Pins @types/node in devDependencies to 9.4.1
  • Pins @types/diff in devDependencies to 3.2.2
  • Pins @types/babel-generator in devDependencies to 6.25.1
  • Pins @​knisterpeter/standard-tslint in devDependencies to 1.6.0
  1. chore(deps): update dependency @​types/node to v9.4.6
  • Branch name: renovate/node-9.x
  • Upgrades @types/node in devDependencies from ^9.3.0 to 9.4.6
  1. chore(deps): update dependency @​types/react to v16.0.38
  • Branch name: renovate/react-16.x
  • Upgrades @types/react in devDependencies from ^16.0.21 to 16.0.38
  1. chore(deps): update dependency typescript to v2.7.2
  • Branch name: renovate/typescript-2.x
  • Upgrades typescript in devDependencies from ^2.6.1 to 2.7.2
  1. fix(deps): update dependency babylon to v7.0.0-beta.40
  • Branch name: renovate/babel-monorepo
  • Upgrades babylon in dependencies from 7.0.0-beta.34 to 7.0.0-beta.40

@KnisterPeter KnisterPeter merged commit 1dc2662 into master Feb 27, 2018
@KnisterPeter KnisterPeter deleted the renovate/configure branch February 27, 2018 07:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants