graphql-cli / graphql-cli-voyager

GraphQL Voyager plugin for graphql-cli
MIT License
21 stars 3 forks source link

Configure Renovate #3

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

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.


Configuration Summary

Based on the currently configured presets, Renovate will:

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 4 Pull Requests:

  1. chore(deps): pin dependencies

    • Branch name: renovate/pin-dependencies
    • Pins typescript in devDependencies to 2.6.2
    • Pins tslint-config-standard in devDependencies to 6.0.1
    • Pins tslint in devDependencies to 5.8.0
    • Pins @​types/node in devDependencies to 8.5.2
    • Pins @​types/graphql in devDependencies to 0.10.2
  2. chore(deps): update dependency @​types/graphql to v0.11.7

    • Branch name: renovate/types-graphql-0.x
    • Upgrades @​types/graphql in devDependencies from ^0.10.0 to 0.11.7
  3. fix(deps): update dependency graphql-cli to ^2.0.0

    • Branch name: renovate/graphql-cli-2.x
    • Upgrades graphql-cli in dependencies from ^1.0.0-beta.1 to ^2.0.0
  4. chore(deps): update dependency tslint-config-standard to v7

    • Branch name: renovate/tslint-config-standard-7.x
    • Upgrades tslint-config-standard in devDependencies from ^6.0.1 to 7.0.0