relay-decorators icon indicating copy to clipboard operation
relay-decorators copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 6 years ago • 0 comments

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

:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull 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 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)
  • 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 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings

:abcd: 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.


You have configured Renovate to use branch master as base branch.

What to Expect

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

Pin dependencies
Update dependency babel-plugin-add-module-exports to v0.3.3
Update dependency babel-relay-plugin to v0.11.0
  • Schedule: "at any time"
  • Branch name: renovate/babel-relay-plugin-0.x
  • Merge into: master
  • Upgrade babel-relay-plugin to 0.11.0
Update dependency react-relay to v0.10.0
  • Schedule: "at any time"
  • Branch name: renovate/react-relay-0.x
  • Merge into: master
  • Upgrade react-relay to 0.10.0
Update dependency babel-eslint to v10
  • Schedule: "at any time"
  • Branch name: renovate/major-babel-monorepo
  • Merge into: master
  • Upgrade babel-eslint to 10.0.3
Update dependency babel-plugin-add-module-exports to v1
Update dependency babel-preset-es2015-loose to v8
  • Schedule: "at any time"
  • Branch name: renovate/babel-preset-es2015-loose-8.x
  • Merge into: master
  • Upgrade babel-preset-es2015-loose to 8.0.0
Update dependency eslint to v6 [SECURITY]
  • Branch name: renovate/npm-eslint-vulnerability
  • Merge into: master
  • Upgrade eslint to 6.7.1
Update dependency eslint-config-airbnb-base to v14
  • Schedule: "at any time"
  • Branch name: renovate/eslint-config-airbnb-base-14.x
  • Merge into: master
  • Upgrade eslint-config-airbnb-base to 14.0.0
Update dependency eslint-plugin-import to v2
  • Schedule: "at any time"
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: master
  • Upgrade eslint-plugin-import to 2.18.2
Update dependency react to v16
  • Schedule: "at any time"
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade react to 16.12.0
Update dependency react-relay to v7
  • Schedule: "at any time"
  • Branch name: renovate/react-relay-7.x
  • Merge into: master
  • Upgrade react-relay to 7.1.0
Update dependency rimraf to v3
  • Schedule: "at any time"
  • Branch name: renovate/rimraf-3.x
  • Merge into: master
  • Upgrade rimraf to 3.0.0

:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


:question: 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.


Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

renovate[bot] avatar Nov 25 '19 14:11 renovate[bot]