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

Merged
merged 1 commit into from Apr 21, 2018
Merged

Configure Renovate #80

merged 1 commit into from Apr 21, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2018

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

Renovate will begin keeping your dependencies up-to-date only once you merge this Pull Request.
If you close this Pull Request unmerged, then Renovate will be disabled.

If you have any questions, try reading our Docs, particularly the Getting Started section.
You can post questions in our Config Help repository or @ the app author @rarkins in this PR and he'll probably see it.


Detected Package Files

  • package.json

Configuration Summary

Based on the currently configured presets, Renovate will:

  • Start dependency updates once this Configure Renovate PR is merged or closed
  • Separate major versions of dependencies into individual branches/PRs
  • Combine any patch and minor upgrades together into same branch/PR
  • 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, 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

Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch and this Pull Request description will be updated the next time Renovate runs. Try to use Config Presets (the extends array) when possible rather than raw config, as then this PR will be able to more accurately describe your settings.


What to Expect

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

  1. Pin dependencies
  1. Update dependency @​types/react to v16.3.12
  • Branch name: renovate/react-16.x
  • Upgrades @types/react in devDependencies from ^16.0.40 to 16.3.12
  1. Update dependency @​types/react-dom to v16.0.5
  • Branch name: renovate/react-dom-16.x
  • Upgrades @types/react-dom in devDependencies from ^16.0.4 to 16.0.5
  1. Update dependency babel-eslint to v8.2.3
  • Branch name: renovate/babel-eslint-8.x
  • Upgrades babel-eslint in devDependencies from ^8.2.2 to 8.2.3
  1. Update dependency danger to v3.5.1
  • Branch name: renovate/danger-3.x
  • Upgrades danger in devDependencies from ^3.3.2 to 3.5.1
  1. Update dependency danger-plugin-istanbul-coverage to v1.5.0
  1. Update dependency lint-staged to v7.0.4
  • Branch name: renovate/lint-staged-7.x
  • Upgrades lint-staged in devDependencies from ^7.0.0 to 7.0.4
  1. Update dependency nyc to v11.7.1
  • Branch name: renovate/nyc-11.x
  • Upgrades nyc in devDependencies from ^11.7.0 to 11.7.1
  1. Update dependency parcel-bundler to v1.7.1
  • Branch name: renovate/parcel-bundler-1.x
  • Upgrades parcel-bundler in devDependencies from ^1.6.2 to 1.7.1
  1. Update dependency prettier to v1.12.1
  • Branch name: renovate/prettier-1.x
  • Upgrades prettier in devDependencies from ^1.11.1 to 1.12.1
  1. Update dependency styled-components to v3.2.6
  • Branch name: renovate/styled-components-3.x
  • Upgrades styled-components in devDependencies from ^3.2.3 to 3.2.6
  1. Update dependency testcafe to v0.19.2
  • Branch name: renovate/testcafe-0.x
  • Upgrades testcafe in devDependencies from ^0.19.1 to 0.19.2
  1. Update dependency typescript to v2.8.3
  • Branch name: renovate/typescript-2.x
  • Upgrades typescript in devDependencies from ^2.7.2 to 2.8.3
  1. Update react monorepo to v16.3.2
  • Branch name: renovate/react-monorepo
  • Upgrades react-dom in devDependencies from ^16.2.0 to 16.3.2
  • Upgrades react in devDependencies from ^16.2.0 to 16.3.2
  1. Update dependency babel-loader to v7
  • Branch name: renovate/babel-loader-7.x
  • Upgrades babel-loader in devDependencies from ^6.2.5 to 7.1.4
  1. Update dependency webpack to v4
  • Branch name: renovate/webpack-4.x
  • Upgrades webpack in devDependencies from ^1.13.2 to 4.6.0


This PR has been generated by Renovate Bot.

@react-tether-bot
Copy link

Messages
📖

Hey @renovate[bot], thanks for submitting a pull request! 😸

📖

🤔 Hmmm, code coverage is looking low for the whole codebase.

Coverage in All Files

File Line Coverage Statement Coverage Function Coverage Branch Coverage
src/react-tether.js (0/0) 100% (0/0) 100% (0/0) 100% (0/0) 100%
src/TetherComponent.jsx (67/80) 84% (67/80) 84% (17/24) 71% (35/46) 76%
Total (67/80) 84% (67/80) 84% (17/24) 71% (35/46) 76%

Generated by 🚫 dangerJS

@coveralls
Copy link

Pull Request Test Coverage Report for Build 108

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.952%

Totals Coverage Status
Change from base Build 107: 0.0%
Covered Lines: 67
Relevant Lines: 80

💛 - Coveralls

@danreeves danreeves merged commit fe013b3 into master Apr 21, 2018
@danreeves danreeves deleted the renovate/configure branch April 21, 2018 13:59
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.

None yet

4 participants