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 #127

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Configure Renovate #127

merged 1 commit into from
Jul 9, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2019

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

  • demo/package.json (npm)
  • 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 open 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:

Pin dependencies
Update babel monorepo
Update dependency husky to v1.3.1
  • Schedule: "at any time"
  • Branch name: renovate/husky-1.x
  • Upgrade husky to 1.3.1
Update dependency prettier to v1.18.2
  • Schedule: "at any time"
  • Branch name: renovate/prettier-1.x
  • Upgrade prettier to 1.18.2
Update dependency pretty-quick to v1.11.1
  • Schedule: "at any time"
  • Branch name: renovate/pretty-quick-1.x
  • Upgrade pretty-quick to 1.11.1
Update dependency prop-types to v15.7.2
  • Schedule: "at any time"
  • Branch name: renovate/prop-types-15.x
  • Upgrade prop-types to 15.7.2
Update dependency raf to v3.4.1
  • Schedule: "at any time"
  • Branch name: renovate/raf-3.x
  • Upgrade raf to 3.4.1
Update dependency react-countup to v4.1.3
  • Schedule: "at any time"
  • Branch name: renovate/react-countup-4.x
  • Upgrade react-countup to 4.1.3
Update dependency react-feather to v1.1.6
  • Schedule: "at any time"
  • Branch name: renovate/react-feather-1.x
  • Upgrade react-feather to 1.1.6
Update dependency react-scripts to v2.1.8
  • Schedule: "at any time"
  • Branch name: renovate/react-scripts-2.x
  • Upgrade react-scripts to 2.1.8
Update dependency react-testing-library to v5.9.0
  • Schedule: "at any time"
  • Branch name: renovate/react-testing-library-5.x
  • Upgrade react-testing-library to 5.9.0
Update dependency rollup to v0.68.2
  • Schedule: "at any time"
  • Branch name: renovate/rollup-0.x
  • Upgrade rollup to 0.68.2
Update dependency rollup-plugin-babel to v4.3.3
  • Schedule: "at any time"
  • Branch name: renovate/rollup-plugin-babel-4.x
  • Upgrade rollup-plugin-babel to 4.3.3
Update dependency serve to v10.1.2
  • Schedule: "at any time"
  • Branch name: renovate/serve-10.x
  • Upgrade serve to 10.1.2
Update dependency styled-components to v4.3.2
  • Schedule: "at any time"
  • Branch name: renovate/styled-components-4.x
  • Upgrade styled-components to 4.3.2
Update react monorepo to v16.8.6
  • Schedule: "at any time"
  • Branch name: renovate/react-monorepo
  • Upgrade react to 16.8.6
  • Upgrade react-dom to 16.8.6
Update dependency countup.js to v2
  • Schedule: "at any time"
  • Branch name: renovate/countup.js-2.x
  • Upgrade countup.js to ^2.0.0
Update dependency husky to v3
  • Schedule: "at any time"
  • Branch name: renovate/husky-3.x
  • Upgrade husky to 3.0.0
Update dependency react-feather to v2
  • Schedule: "at any time"
  • Branch name: renovate/react-feather-2.x
  • Upgrade react-feather to 2.0.3
Update dependency react-live to v2
  • Schedule: "at any time"
  • Branch name: renovate/react-live-2.x
  • Upgrade react-live to 2.1.2
Update dependency react-scripts to v3
  • Schedule: "at any time"
  • Branch name: renovate/react-scripts-3.x
  • Upgrade react-scripts to 3.0.1
Update dependency react-testing-library to v8
  • Schedule: "at any time"
  • Branch name: renovate/react-testing-library-8.x
  • Upgrade react-testing-library to 8.0.1
Update dependency rollup to v1
  • Schedule: "at any time"
  • Branch name: renovate/rollup-1.x
  • Upgrade rollup to 1.16.7
Update dependency serve to v11
  • Schedule: "at any time"
  • Branch name: renovate/serve-11.x
  • Upgrade serve to 11.0.2
Update jest monorepo to v24 (major)
  • Schedule: "at any time"
  • Branch name: renovate/major-jest-monorepo
  • Upgrade babel-jest to 24.8.0
  • Upgrade jest to 24.8.0

🚸 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 Renovate Bot. View repository job log here.

@glennreyes glennreyes merged commit b82489c into master Jul 9, 2019
@glennreyes glennreyes deleted the renovate/configure branch July 9, 2019 16:19
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.

2 participants