Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 27, 2018

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .circleci/config.yml (circleci)
  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this Configure Renovate PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • 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, 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 PR creation to a maximum of two per hour
  • Limit to maximum 20 concurrent Renovate PRs 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 Pull 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 25 Pull Requests:

chore(deps): pin dependencies
chore(deps): update apollo graphql packages
chore(deps): update dependency @​types/graphql to v0.13.4
  • Schedule: "at any time"
  • Branch name: renovate/graphql-0.x
  • Upgrade @types/graphql to 0.13.4
chore(deps): update dependency @​types/jest to v23.3.7
  • Schedule: "at any time"
  • Branch name: renovate/jest-23.x
  • Upgrade @types/jest to 23.3.7
chore(deps): update dependency @​types/lodash to v4.14.117
  • Schedule: "at any time"
  • Branch name: renovate/lodash-4.x
  • Upgrade @types/lodash to 4.14.117
chore(deps): update dependency @​types/node to v10.12.0
  • Schedule: "at any time"
  • Branch name: renovate/node-10.x
  • Upgrade @types/node to 10.12.0
chore(deps): update dependency @​types/react-jsonschema-form to v1.0.11
chore(deps): update dependency @​types/storybook__react to v3.0.9
chore(deps): update dependency @​types/yargs to v11.1.2
  • Schedule: "at any time"
  • Branch name: renovate/yargs-11.x
  • Upgrade @types/yargs to 11.1.2
chore(deps): update dependency apollo-storybook-react to v0.1.8
  • Schedule: "at any time"
  • Branch name: renovate/apollo-storybook-react-0.x
  • Upgrade apollo-storybook-react to 0.1.8
chore(deps): update dependency awesome-typescript-loader to v5.2.1
chore(deps): update dependency graphql-tools to v3.1.1
  • Schedule: "at any time"
  • Branch name: renovate/graphql-tools-3.x
  • Upgrade graphql-tools to 3.1.1
chore(deps): update dependency jest to v23.6.0
  • Schedule: "at any time"
  • Branch name: renovate/jest-monorepo
  • Upgrade jest to 23.6.0
chore(deps): update dependency semantic-ui-react to v0.83.0
  • Schedule: "at any time"
  • Branch name: renovate/semantic-ui-react-0.x
  • Upgrade semantic-ui-react to 0.83.0
chore(deps): update dependency tslint to v5.11.0
  • Schedule: "at any time"
  • Branch name: renovate/tslint-5.x
  • Upgrade tslint to 5.11.0
chore(deps): update dependency typescript to v2.9.2
  • Schedule: "at any time"
  • Branch name: renovate/typescript-2.x
  • Upgrade typescript to 2.9.2
chore(deps): update storybook monorepo
fix(deps): update dependency apollo-codegen to ^0.20.0
chore(deps): update dependency @​types/graphql to v14
  • Schedule: "at any time"
  • Branch name: renovate/graphql-14.x
  • Upgrade @types/graphql to 14.0.3
chore(deps): update dependency @​types/json-schema to v7
  • Schedule: "at any time"
  • Branch name: renovate/json-schema-7.x
  • Upgrade @types/json-schema to 7.0.1
chore(deps): update dependency css-loader to v1
  • Schedule: "at any time"
  • Branch name: renovate/css-loader-1.x
  • Upgrade css-loader to 1.0.0
chore(deps): update dependency graphql-tools to v4
  • Schedule: "at any time"
  • Branch name: renovate/graphql-tools-4.x
  • Upgrade graphql-tools to 4.0.2
chore(deps): update dependency ts-jest to v23
  • Schedule: "at any time"
  • Branch name: renovate/ts-jest-23.x
  • Upgrade ts-jest to 23.10.4
chore(deps): update dependency typescript to v3
  • Schedule: "at any time"
  • Branch name: renovate/typescript-3.x
  • Upgrade typescript to 3.1.3
fix(deps): update dependency yargs to v12
  • Schedule: "at any time"
  • Branch name: renovate/yargs-12.x
  • Upgrade yargs to ^12.0.0
  • Upgrade @types/yargs to 12.0.1

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See: prHourlyLimit.


❓ If you have any questions, try reading the Docs, particularly the Getting Started section.
Also, you can post questions about your config in Renovate's Config Help repository.


This PR has been generated by Renovate Bot. View repository job log here.

@charlypoly charlypoly merged commit eec9503 into master Oct 27, 2018
@charlypoly charlypoly deleted the renovate/configure branch October 27, 2018 17:20
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.

3 participants