Skip to content

Configure Renovate#2

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/configure
Open

Configure Renovate#2
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/configure

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 4, 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
  • packages/common/package.json
  • packages/express/package.json
  • packages/mongo/package.json
  • packages/oauth/package.json
  • packages/password/package.json
  • packages/server/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 18 Pull Requests:

  1. Pin Dependencies
  1. Update dependency @​types/bcryptjs to v2.4.1
  • Branch name: renovate/bcryptjs-2.x
  • Upgrades @types/bcryptjs in devDependencies from ^2.4.0 to 2.4.1
  1. Update dependency @​types/jest to v20.0.8
  • Branch name: renovate/jest-20.x
  • Upgrades @types/jest in devDependencies from ^20.0.2 to 20.0.8
  1. Update dependency @​types/lodash to v4.14.104
  • Branch name: renovate/lodash-4.x
  • Upgrades @types/lodash in devDependencies from ^4.14.66 to 4.14.104
  1. Update dependency @​types/node to v8.9.5
  • Branch name: renovate/node-8.x
  • Upgrades @types/node in devDependencies from ^8.0.7 to 8.9.5
  1. Update dependency express to v4.16.3
  • Branch name: renovate/express-4.x
  • Upgrades express in devDependencies from ^4.15.3 to 4.16.3
  • Upgrades @types/express in devDependencies from ^4.0.36 to 4.11.1
  1. Update dependency lerna to v2.9.0
  • Branch name: renovate/lerna-2.x
  • Upgrades lerna in devDependencies from ^2.0.0 to 2.9.0
  1. Update dependency prettier to v1.11.1
  • Branch name: renovate/prettier-1.x
  • Upgrades prettier in devDependencies from ^1.5.2 to 1.11.1
  1. Update dependency ts-jest to v20.0.14
  • Branch name: renovate/ts-jest-20.x
  • Upgrades ts-jest in devDependencies from ^20.0.6 to 20.0.14
  1. Update dependency tslint to v5.9.1
  • Branch name: renovate/tslint-5.x
  • Upgrades tslint in devDependencies from ^5.4.3 to 5.9.1
  1. Update dependency tslint-config-prettier to v1.10.0
  • Branch name: renovate/tslint-config-prettier-1.x
  • Upgrades tslint-config-prettier in devDependencies from ^1.1.0 to 1.10.0
  1. Update dependency typescript to v2.7.2
  • Branch name: renovate/typescript-2.x
  • Upgrades typescript in devDependencies from ^2.4.1 to 2.7.2
  1. Update dependency @​types/jest to v22
  • Branch name: renovate/jest-22.x
  • Upgrades @types/jest in devDependencies from ^20.0.2 to 22.2.0
  1. Update dependency jest to v22
  • Branch name: renovate/jest-monorepo
  • Upgrades jest in devDependencies from ^20.0.4 to 22.4.2
  1. Update dependency jsonwebtoken to ^8.0.0
  • Branch name: renovate/jsonwebtoken-8.x
  • Upgrades jsonwebtoken in dependencies from ^7.4.1 to ^8.0.0
  1. Update dependency mongodb to ^3.0.0
  • Branch name: renovate/mongodb-3.x
  • Upgrades mongodb in dependencies from ^2.2.29 to ^3.0.0
  1. Update dependency ts-jest to v22
  • Branch name: renovate/ts-jest-22.x
  • Upgrades ts-jest in devDependencies from ^20.0.6 to 22.4.1
  1. Update dependency tslint-eslint-rules to v5
  • Branch name: renovate/tslint-eslint-rules-5.x
  • Upgrades tslint-eslint-rules in devDependencies from ^4.1.1 to 5.1.0


This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants