Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: 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 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)
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
:abcd: 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.
You have configured Renovate to use branch master as base branch.
What to Expect
With your current configuration, Renovate will create 6 Pull Requests:
Pin dependencies
- Schedule: "at any time"
- Branch name: `renovate/pin-dependencies`
- Merge into: `master`
- Pin [blue-tape](https://togithub.com/spion/blue-tape) to `1.0.0`
- Pin [istanbul](https://togithub.com/gotwarlost/istanbul) to `0.4.5`
- Pin [tap-spec](https://togithub.com/scottcorgan/tap-spec) to `4.1.2`
- Pin [tslint](https://togithub.com/palantir/tslint) to `5.20.1`
- Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `2.9.2`
Update dependency @types/yargs to v13
- Schedule: "at any time"
- Branch name: `renovate/yargs-13.x`
- Merge into: `master`
- Upgrade [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^13.0.0`
Update dependency parse-json to v5
- Schedule: "at any time"
- Branch name: `renovate/parse-json-5.x`
- Merge into: `master`
- Upgrade [parse-json](https://togithub.com/sindresorhus/parse-json) to `^5.0.0`
Update dependency tap-spec to v5
- Schedule: "at any time"
- Branch name: `renovate/tap-spec-5.x`
- Merge into: `master`
- Upgrade [tap-spec](https://togithub.com/scottcorgan/tap-spec) to `5.0.0`
Update dependency typescript to v3
- Schedule: "at any time"
- Branch name: `renovate/typescript-3.x`
- Merge into: `master`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.7.2`
Update dependency yargs to v15
- Schedule: "at any time"
- Branch name: `renovate/yargs-15.x`
- Merge into: `master`
- Upgrade [yargs](https://togithub.com/yargs/yargs) to `^15.0.0`
:children_crossing: 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.
:question: 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.
Coverage remained the same at 100.0% when pulling bf66a1bb79eefcca46222f4fbc34c3f8d793beb8 on renovate/configure into 91919621f4da273644ad706289cbb520ab1959d1 on master.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: 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:
fix
for dependencies andchore
for all othersnode_modules
,bower_components
,vendor
and various test/tests directoriespackage.json
is modified:abcd: 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.You have configured Renovate to use branch
master
as base branch.What to Expect
With your current configuration, Renovate will create 6 Pull Requests:
Pin dependencies
- Schedule: "at any time" - Branch name: `renovate/pin-dependencies` - Merge into: `master` - Pin [blue-tape](https://togithub.com/spion/blue-tape) to `1.0.0` - Pin [istanbul](https://togithub.com/gotwarlost/istanbul) to `0.4.5` - Pin [tap-spec](https://togithub.com/scottcorgan/tap-spec) to `4.1.2` - Pin [tslint](https://togithub.com/palantir/tslint) to `5.20.1` - Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `2.9.2`Update dependency @types/yargs to v13
- Schedule: "at any time" - Branch name: `renovate/yargs-13.x` - Merge into: `master` - Upgrade [@types/yargs](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^13.0.0`Update dependency parse-json to v5
- Schedule: "at any time" - Branch name: `renovate/parse-json-5.x` - Merge into: `master` - Upgrade [parse-json](https://togithub.com/sindresorhus/parse-json) to `^5.0.0`Update dependency tap-spec to v5
- Schedule: "at any time" - Branch name: `renovate/tap-spec-5.x` - Merge into: `master` - Upgrade [tap-spec](https://togithub.com/scottcorgan/tap-spec) to `5.0.0`Update dependency typescript to v3
- Schedule: "at any time" - Branch name: `renovate/typescript-3.x` - Merge into: `master` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.7.2`Update dependency yargs to v15
- Schedule: "at any time" - Branch name: `renovate/yargs-15.x` - Merge into: `master` - Upgrade [yargs](https://togithub.com/yargs/yargs) to `^15.0.0`:children_crossing: 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.:question: 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.