Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

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 Feb 9, 2021

WhiteSource Renovate

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

  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding 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
  • 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
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133

🔡 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 23 Pull Requests:

Pin dependencies
Update dependency @​types/jest to v23.3.14
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-23.x
  • Merge into: master
  • Upgrade @types/jest to 23.3.14
Update dependency react-graph-vis to v1.0.7
  • Schedule: ["at any time"]
  • Branch name: renovate/react-graph-vis-1.x
  • Merge into: master
  • Upgrade react-graph-vis to 1.0.7
Update dependency react-redux to v6.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/react-redux-6.x
  • Merge into: master
  • Upgrade react-redux to 6.0.1
  • Upgrade @types/react-redux to 6.0.14
Update dependency redux-devtools-extension to v2.13.9
  • Schedule: ["at any time"]
  • Branch name: renovate/redux-devtools-extension-2.x
  • Merge into: master
  • Upgrade redux-devtools-extension to 2.13.9
Update Apollo GraphQL packages
  • Schedule: ["at any time"]
  • Branch name: renovate/apollo-graphql-packages
  • Merge into: master
  • Upgrade apollo-boost to 0.4.9
  • Upgrade graphql-tag to 2.12.4
  • Upgrade react-apollo to 2.5.8
Update dependency @​types/node to v10.17.60
  • Schedule: ["at any time"]
  • Branch name: renovate/node-10.x
  • Merge into: master
  • Upgrade @types/node to 10.17.60
Update dependency @​types/react to v16.14.8
  • Schedule: ["at any time"]
  • Branch name: renovate/react-16.x
  • Merge into: master
  • Upgrade @types/react to 16.14.8
Update dependency @​types/react-dom to v16.9.13
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-16.x
  • Merge into: master
  • Upgrade @types/react-dom to 16.9.13
Update dependency graphql to v14.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/graphql-14.x
  • Merge into: master
  • Upgrade graphql to 14.7.0
  • Upgrade @types/graphql to 14.2.3
Update dependency typescript to v3.9.9
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-3.x
  • Merge into: master
  • Upgrade typescript to 3.9.9
Update mui monorepo
Update react monorepo to v16.14.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: master
  • Upgrade react to 16.14.0
  • Upgrade react-dom to 16.14.0
Update dependency @​types/jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-26.x
  • Merge into: master
  • Upgrade @types/jest to 26.0.23
Update dependency @​types/node to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/node-14.x
  • Merge into: master
  • Upgrade @types/node to 14.17.3
Update dependency @​types/react to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/react-17.x
  • Merge into: master
  • Upgrade @types/react to 17.0.9
Update dependency @​types/react-dom to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-17.x
  • Merge into: master
  • Upgrade @types/react-dom to 17.0.6
Update dependency graphql to v15
  • Schedule: ["at any time"]
  • Branch name: renovate/graphql-15.x
  • Merge into: master
  • Upgrade graphql to 15.5.0
Update dependency react-apollo to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-apollo-graphql-packages
  • Merge into: master
  • Upgrade react-apollo to 3.1.5
Update dependency react-redux to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/react-redux-7.x
  • Merge into: master
  • Upgrade react-redux to 7.2.4
  • Upgrade @types/react-redux to 7.1.16
Update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.3.2
Update mui monorepo (major)
Update react monorepo to v17 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade react to 17.0.2
  • Upgrade react-dom to 17.0.2

🚸 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.


❓ 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.


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

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.

1 participant