Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #3

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 7, 2020

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
  • Automerge patch upgrades if they pass tests
  • If automerging, push the new commit directly to base branch (no PR)
  • Evaluate schedules according to timezone Asia/Tokyo
  • Remove hourly and concurrent rate limits
  • Wait until branch tests have passed or failed before creating the PR
  • Rebase existing PRs any time the base branch has been updated
  • Apply label dependencies to PRs

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

Pin dependencies
Update dependency @​types/jest to v22.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-22.1.x
  • Merge into: master
  • Upgrade @types/jest to 22.1.4
Update dependency @​types/node to v9.4.7
  • Schedule: ["at any time"]
  • Branch name: renovate/node-9.4.x
  • Merge into: master
  • Upgrade @types/node to 9.4.7
Update dependency @​types/react to v16.0.41
  • Schedule: ["at any time"]
  • Branch name: renovate/react-16.0.x
  • Merge into: master
  • Upgrade @types/react to 16.0.41
Update dependency @​types/react-dom to v16.0.11
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-16.0.x
  • Merge into: master
  • Upgrade @types/react-dom to 16.0.11
Update dependency react-dom to v16.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/patch-react-monorepo
  • Merge into: master
  • Upgrade react-dom to 16.2.1
Update dependency typescript to v2.7.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-2.7.x
  • Merge into: master
  • Upgrade typescript to 2.7.2
Update dependency @​types/jest to v22.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-22.x
  • Merge into: master
  • Upgrade @types/jest to 22.2.3
Update dependency @​types/node to v9.6.61
  • Schedule: ["at any time"]
  • Branch name: renovate/node-9.x
  • Merge into: master
  • Upgrade @types/node to 9.6.61
Update dependency @​types/react to v16.14.3
  • Schedule: ["at any time"]
  • Branch name: renovate/react-16.x
  • Merge into: master
  • Upgrade @types/react to 16.14.3
Update dependency @​types/react-dom to v16.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/react-dom-16.x
  • Merge into: master
  • Upgrade @types/react-dom to 16.9.10
Update dependency react-scripts-ts to v2.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/react-scripts-ts-2.x
  • Merge into: master
  • Upgrade react-scripts-ts to 2.17.0
Update dependency typescript to v2.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-2.x
  • Merge into: master
  • Upgrade typescript to 2.9.2
Update react monorepo to v16.14.0 (minor)
  • 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.20
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.1
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.0
Update dependency react-scripts-ts to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/react-scripts-ts-3.x
  • Merge into: master
  • Upgrade react-scripts-ts to 3.1.0
Update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.1.3
Update react monorepo to v17 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade react to 17.0.1
  • Upgrade react-dom to 17.0.1
Lock file maintenance
  • Schedule: ["before 3am on Monday"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: master
  • Regenerate lock files to use latest dependency versions

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

@renovate renovate bot force-pushed the renovate/configure branch from 819ca45 to 2a2464b Compare October 8, 2020 07:37
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.

1 participant