Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Configure Renovate #11

Merged
merged 2 commits into from Mar 25, 2018
Merged

Configure Renovate #11

merged 2 commits into from Mar 25, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 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
  • Evaluate schedules according to timezone Asia/Tokyo
  • Run lock file maintenance (updates) early Monday mornings
  • Separate patch and minor releases of dependencies into separate PRs
  • Automerge patch upgrades if they pass tests
  • Preserve (but continue to upgrade) any existing semver ranges
  • Wait until branch tests have passed or failed before creating the PR
  • Set a status check to warn when upgrades < 24 hours old might get unpublished
  • Make no updates to branches when not scheduled
  • Limit to maximum 10 concurrent Renovate PRs at any time
  • Apply label renovate to PRs
  • Use build as semantic commit type for commit messages and PR titles
  • Ignore node_modules, bower_components, and various test/tests directories

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 13 Pull Requests:

  1. build(deps): update dependency json-schema-to-typescript to ^4.2.1
  • Branch name: renovate/json-schema-to-typescript-4.2.x
  • Upgrades json-schema-to-typescript in devDependencies from ^4.2.0 to ^4.2.1
  1. build(deps): update dependency power-assert to ^1.4.4
  • Branch name: renovate/power-assert-1.4.x
  • Upgrades power-assert in devDependencies from ^1.4.2 to ^1.4.4
  1. build(deps): update dependency typescript to ^2.3.4
  • Branch name: renovate/typescript-2.3.x
  • Upgrades typescript in devDependencies from ^2.3.2 to ^2.3.4
  1. build(deps): update dependency json-schema-to-typescript to ^4.6.5
  • Branch name: renovate/json-schema-to-typescript-4.x
  • Upgrades json-schema-to-typescript in devDependencies from ^4.2.0 to ^4.6.5
  1. build(deps): update dependency mocha to ^4.1.0
  • Branch name: renovate/mocha-4.x
  • Upgrades mocha in devDependencies from ^4.0.1 to ^4.1.0
  1. build(deps): update dependency npm-run-all to ^4.1.2
  • Branch name: renovate/npm-run-all-4.x
  • Upgrades npm-run-all in devDependencies from ^4.0.2 to ^4.1.2
  1. build(deps): update dependency typescript to ^2.7.2
  • Branch name: renovate/typescript-2.x
  • Upgrades typescript in devDependencies from ^2.3.2 to ^2.7.2
  1. build(deps): update eslint and prettier packages
  • Branch name: renovate/eslint-and-prettier
  • Upgrades eslint-config-teppeis in devDependencies from ^6.3.1 to ^6.6.2
  • Upgrades eslint in devDependencies from ^4.10.0 to ^4.19.1
  1. fix(deps): update dependency ajv to ^5.5.2
  • Branch name: renovate/ajv-5.x
  • Upgrades ajv in dependencies from ^5.3.0 to ^5.5.2
  1. build(deps): update dependency json-schema-to-typescript to ^5.4.0
  • Branch name: renovate/json-schema-to-typescript-5.x
  • Upgrades json-schema-to-typescript in devDependencies from ^4.2.0 to ^5.4.0
  1. build(deps): update dependency mocha to ^5.0.5
  • Branch name: renovate/mocha-5.x
  • Upgrades mocha in devDependencies from ^4.0.1 to ^5.0.5
  1. fix(deps): update dependency ajv to ^6.4.0
  • Branch name: renovate/ajv-6.x
  • Upgrades ajv in dependencies from ^5.3.0 to ^6.4.0
  1. build(deps): lock file maintenance
  • Schedule: ["before 3am on Monday"]
  • Branch name: renovate/lock-file-maintenance
  • Regenerates lock file to use latest dependency versions


This PR has been generated by Renovate Bot.

@teppeis teppeis merged commit 3a0d021 into master Mar 25, 2018
@teppeis teppeis deleted the renovate/configure branch March 25, 2018 12:04
@renovate
Copy link
Contributor Author

renovate bot commented Jun 5, 2020

Renovate is disabled

Renovate is disabled due to lack of config. If you wish to reenable it, you can either (a) commit a config file to your base branch, or (b) rename this closed PR to trigger a replacement onboarding PR.

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.

None yet

1 participant