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

Merged
merged 2 commits into from
Oct 3, 2017
Merged

Configure Renovate #6

merged 2 commits into from
Oct 3, 2017

Conversation

dpittner
Copy link
Owner

@dpittner dpittner commented Oct 3, 2017

Welcome to Renovate!

This is an onboarding PR to help you understand and configure Renovate before any regular Pull Requests begin. Once you close this Pull Request, Renovate will begin keeping your dependencies up-to-date via automated Pull Requests.

If you have any questions, try reading our Getting Started Configuring Renovate page first.


Configuration Summary

Based on the currently configured presets, Renovate will:

  • Start dependency updates once this Configure Renovate PR is merged or closed
  • Pin dependency versions for devDependencies and retain semver ranges for others
  • Separate major versions of dependencies into individual branches/PRs
  • Use the same branch/PR for both patch and minor upgrades of a dependency
  • Only upgrade to stable npm versions
  • Upgrade versions up to the "latest" tag in npm registry
  • Create branches/PRs for dependency upgrades as soon as they're available
  • Raise PRs immediately (after branch is created)
  • Use renovate/ as prefix for all branch names
  • If semantic commits detected, use fix(deps): for dependencies and chore(deps): for all others
  • Disable automerging feature - wait for humans to merge all PRs
  • Update existing lock files only when package.json is modified

With your current configuration, renovate will initially create the following Pull Requests:

Pull Requests (19)
Update dependency codecov.io to v0.1.6
  • Branch name: renovate/codecov.io-0.x
  • Upgrades codecov.io in devDependencies from 0.1.5 to 0.1.6
Update dependency karma to v0.13.22
  • Branch name: renovate/karma-0.x
  • Upgrades karma in devDependencies from 0.13.3 to 0.13.22
Update dependency karma to v1
  • Branch name: renovate/karma-1.x
  • Upgrades karma in devDependencies from 0.13.3 to 1.7.1
Update dependency karma-mocha to v0.2.2
  • Branch name: renovate/karma-mocha-0.x
  • Upgrades karma-mocha in devDependencies from 0.2.0 to 0.2.2
Update dependency karma-mocha to v1
  • Branch name: renovate/karma-mocha-1.x
  • Upgrades karma-mocha in devDependencies from 0.2.0 to 1.3.0
Update dependency karma-phantomjs-launcher to v0.2.3
  • Branch name: renovate/karma-phantomjs-launcher-0.x
  • Upgrades karma-phantomjs-launcher in devDependencies from 0.2.1 to 0.2.3
Update dependency karma-phantomjs-launcher to v1
  • Branch name: renovate/karma-phantomjs-launcher-1.x
  • Upgrades karma-phantomjs-launcher in devDependencies from 0.2.1 to 1.0.4
Update dependency karma-coverage to v0.5.5
  • Branch name: renovate/karma-coverage-0.x
  • Upgrades karma-coverage in devDependencies from 0.5.0 to 0.5.5
Update dependency karma-coverage to v1
  • Branch name: renovate/karma-coverage-1.x
  • Upgrades karma-coverage in devDependencies from 0.5.0 to 1.1.1
Update dependency grunt to v1
  • Branch name: renovate/grunt-1.x
  • Upgrades grunt in devDependencies from 0.4.5 to 1.0.1
Update dependency grunt-cli to v1
  • Branch name: renovate/grunt-cli-1.x
  • Upgrades grunt-cli in devDependencies from 0.1.13 to 1.2.0
Update dependency grunt-karma to v0.12.2
  • Branch name: renovate/grunt-karma-0.x
  • Upgrades grunt-karma in devDependencies from 0.12.0 to 0.12.2
Update dependency grunt-karma to v1
  • Branch name: renovate/grunt-karma-1.x
  • Upgrades grunt-karma in devDependencies from 0.12.0 to 1.0.0
Update dependency grunt-karma to v2
  • Branch name: renovate/grunt-karma-2.x
  • Upgrades grunt-karma in devDependencies from 0.12.0 to 2.0.0
Update dependency mocha to v2.5.3
  • Branch name: renovate/mocha-2.x
  • Upgrades mocha in devDependencies from 2.2.5 to 2.5.3
Update dependency mocha to v3
  • Branch name: renovate/mocha-3.x
  • Upgrades mocha in devDependencies from 2.2.5 to 3.5.3
Update dependency mocha to v4
  • Branch name: renovate/mocha-4.x
  • Upgrades mocha in devDependencies from 2.2.5 to 4.0.0
Update dependency phantomjs to v1.9.20
  • Branch name: renovate/phantomjs-1.x
  • Upgrades phantomjs in devDependencies from 1.9.18 to 1.9.20
Update dependency phantomjs to v2
  • Branch name: renovate/phantomjs-2.x
  • Upgrades phantomjs in devDependencies from 1.9.18 to 2.1.7

Sometimes you may see multiple options for the same dependency (e.g. pinning in one branch and upgrading in another). This is expected and allows you the flexibility to choose which to merge first. Once you merge any PR, others will be updated or removed the next time Renovate runs.

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.

Our Configuration Docs should be helpful if you wish to modify any behaviour.


Don't want a renovate.json file?

You are not required to merge this Pull Request - Renovate will begin even if this "Configure Renovate" PR is closed unmerged and without a renovate.json file. However, it's recommended that you add configuration to your repository to ensure behaviour matches what you see described here.

Alternatively, you can add the same configuration settings into a "renovate" section of your package.json file(s) in this branch and delete the renovate.json from this PR. If you make these configuration changes in this branch then the results will be described in this PR after the next time Renovate runs.

@codecov-io
Copy link

codecov-io commented Oct 3, 2017

Codecov Report

Merging #6 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           4      4           
  Branches        1      1           
=====================================
  Hits            4      4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab37a6c...7918636. Read the comment docs.

@dpittner dpittner merged commit 9c1d841 into master Oct 3, 2017
@dpittner dpittner deleted the renovate/configure branch October 3, 2017 08:33
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