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
.circleci/config.yml (circleci)
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, 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 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 10 Pull Requests:
šø Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See: prHourlyLimit.
ā If you have any questions, try reading the Docs, particularly the Getting Started section.
Also, you can post questions about your config in Renovate's Config Help repository.
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
.circleci/config.yml
(circleci)package.json
(npm)Configuration Summary
Based on the default config's presets, Renovate will:
renovate/
as prefix for all branch namesfix
for dependencies andchore
for all othersnode_modules
,bower_components
, and various test/tests directoriespackage.json
is modifiedš” 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 10 Pull Requests:
Pin dependencies
renovate/pin-dependencies
2.9.2
7.1.0
1.13.0
5.11.0
23.0.1
10.0.3
1.0.2
1.17.5
22.4.4
3.0.2
10.5.2
4.14.112
23.3.0
7.0.1
4.17.10
Update dependency @types/jest to v23.3.1
renovate/jest-23.x
23.3.1
Update dependency @types/lodash to v4.14.116
renovate/lodash-4.x
4.14.116
Update dependency @types/node to v10.5.6
renovate/node-10.x
10.5.6
Update dependency nodemon to v1.18.3
renovate/nodemon-1.x
1.18.3
Update dependency ts-jest to v23.1.2
renovate/ts-jest-23.x
23.1.2
Update dependency tslint-config-prettier to v1.14.0
renovate/tslint-config-prettier-1.x
1.14.0
Update dependency jest to v23
renovate/jest-monorepo
23.4.2
Update dependency standard to v11
renovate/standard-11.x
11.0.1
Update dependency typescript to v3
renovate/typescript-3.x
3.0.1
šø Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See: prHourlyLimit.
ā If you have any questions, try reading the Docs, particularly the Getting Started section.
Also, you can post questions about your config in Renovate's Config Help repository.
This PR has been generated by Renovate Bot.