Configure Renovate
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 onboarding 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
fixfor dependencies andchorefor 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,vendorand various test/tests directories - Update existing lock files only when
package.jsonis 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 21 Pull Requests:
chore(deps): pin dependencies
- Schedule: "at any time"
- Branch name:
renovate/pin-dependencies - Merge into:
master - Pin @types/jest to
24.0.18 - Pin @types/node to
12.7.2 - Pin @typescript-eslint/eslint-plugin to
2.0.0 - Pin @typescript-eslint/parser to
2.0.0 - Pin codecov to
3.5.0 - Pin eslint to
6.2.1 - Pin husky to
3.0.4 - Pin jest to
24.9.0 - Pin lint-staged to
9.2.3 - Pin npm-check to
5.9.0 - Pin prettier to
1.18.2 - Pin size-limit to
2.1.1 - Pin standard-changelog to
2.0.13 - Pin ts-jest to
24.0.2 - Pin typedoc to
0.15.0 - Pin typedoc-plugin-markdown to
2.1.3 - Pin typescript to
3.6.2
chore(deps): update dependency @types/jest to v24.9.1
- Schedule: "at any time"
- Branch name:
renovate/jest-24.x - Merge into:
master - Upgrade @types/jest to
24.9.1
chore(deps): update dependency @types/node to v12.12.26
- Schedule: "at any time"
- Branch name:
renovate/node-12.x - Merge into:
master - Upgrade @types/node to
12.12.26
chore(deps): update dependency codecov to v3.6.4
- Schedule: "at any time"
- Branch name:
renovate/codecov-3.x - Merge into:
master - Upgrade codecov to
3.6.4
chore(deps): update dependency eslint to v6.8.0
- Schedule: "at any time"
- Branch name:
renovate/eslint-6.x - Merge into:
master - Upgrade eslint to
6.8.0
chore(deps): update dependency husky to v3.1.0
- Schedule: "at any time"
- Branch name:
renovate/husky-3.x - Merge into:
master - Upgrade husky to
3.1.0
chore(deps): update dependency lint-staged to v9.5.0
- Schedule: "at any time"
- Branch name:
renovate/lint-staged-9.x - Merge into:
master - Upgrade lint-staged to
9.5.0
chore(deps): update dependency prettier to v1.19.1
- Schedule: "at any time"
- Branch name:
renovate/prettier-1.x - Merge into:
master - Upgrade prettier to
1.19.1
chore(deps): update dependency size-limit to v2.2.4
- Schedule: "at any time"
- Branch name:
renovate/size-limit-2.x - Merge into:
master - Upgrade size-limit to
2.2.4
chore(deps): update dependency standard-changelog to v2.0.21
- Schedule: "at any time"
- Branch name:
renovate/standard-changelog-2.x - Merge into:
master - Upgrade standard-changelog to
2.0.21
chore(deps): update dependency ts-jest to v24.3.0
- Schedule: "at any time"
- Branch name:
renovate/ts-jest-24.x - Merge into:
master - Upgrade ts-jest to
24.3.0
chore(deps): update dependency typedoc to v0.16.9
- Schedule: "at any time"
- Branch name:
renovate/typedoc-0.x - Merge into:
master - Upgrade typedoc to
0.16.9
chore(deps): update dependency typedoc-plugin-markdown to v2.2.16
- Schedule: "at any time"
- Branch name:
renovate/typedoc-plugin-markdown-2.x - Merge into:
master - Upgrade typedoc-plugin-markdown to
2.2.16
chore(deps): update dependency typescript to v3.7.5
- Schedule: "at any time"
- Branch name:
renovate/typescript-3.x - Merge into:
master - Upgrade typescript to
3.7.5
chore(deps): update typescript-eslint monorepo to v2.19.0
- Schedule: "at any time"
- Branch name:
renovate/typescript-eslint-monorepo - Merge into:
master - Upgrade @typescript-eslint/eslint-plugin to
2.19.0 - Upgrade @typescript-eslint/parser to
2.19.0
chore(deps): update dependency @types/jest to v25
- Schedule: "at any time"
- Branch name:
renovate/jest-25.x - Merge into:
master - Upgrade @types/jest to
25.1.1
chore(deps): update dependency husky to v4
- Schedule: "at any time"
- Branch name:
renovate/husky-4.x - Merge into:
master - Upgrade husky to
4.2.1
chore(deps): update dependency jest to v25
- Schedule: "at any time"
- Branch name:
renovate/major-jest-monorepo - Merge into:
master - Upgrade jest to
25.1.0
chore(deps): update dependency lint-staged to v10
- Schedule: "at any time"
- Branch name:
renovate/lint-staged-10.x - Merge into:
master - Upgrade lint-staged to
10.0.7
chore(deps): update dependency size-limit to v4
- Schedule: "at any time"
- Branch name:
renovate/size-limit-4.x - Merge into:
master - Upgrade size-limit to
4.0.0
chore(deps): update dependency ts-jest to v25
- Schedule: "at any time"
- Branch name:
renovate/ts-jest-25.x - Merge into:
master - Upgrade ts-jest to
25.2.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.
This PR has been generated by WhiteSource Renovate. View repository job log here.