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) -
.travis.yml(travis)
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 - 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.
What to Expect
With your current configuration, Renovate will create 15 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies - Merge into:
master - Pin ava to
0.25.0 - Pin eslint to
4.19.1 - Pin eslint-config-standard to
11.0.0 - Pin eslint-plugin-import to
2.12.0 - Pin eslint-plugin-node to
6.0.1 - Pin eslint-plugin-promise to
3.8.0 - Pin eslint-plugin-standard to
3.1.0 - Pin got to
8.3.1 - Pin p-timeout to
2.0.1 - Pin proxy-agent to
3.0.0 - Pin standard to
11.0.1
Update dependency eslint-plugin-import to v2.22.0
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-plugin-import-2.x - Merge into:
master - Upgrade eslint-plugin-import to
2.22.0
Update dependency got to v8.3.2
- Schedule: ["at any time"]
- Branch name:
renovate/got-8.x - Merge into:
master - Upgrade got to
8.3.2
Update dependency proxy-agent to v3.1.1
- Schedule: ["at any time"]
- Branch name:
renovate/proxy-agent-3.x - Merge into:
master - Upgrade proxy-agent to
3.1.1
Update dependency ava to v3
- Schedule: ["at any time"]
- Branch name:
renovate/ava-3.x - Merge into:
master - Upgrade ava to
3.9.0
Update dependency debug to v4
- Schedule: ["at any time"]
- Branch name:
renovate/debug-4.x - Merge into:
master - Upgrade debug to
^4.0.0
Update dependency eslint to v7
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-7.x - Merge into:
master - Upgrade eslint to
7.4.0
Update dependency eslint-config-standard to v14
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-config-standard-14.x - Merge into:
master - Upgrade eslint-config-standard to
14.1.1
Update dependency eslint-plugin-node to v11
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-plugin-node-11.x - Merge into:
master - Upgrade eslint-plugin-node to
11.1.0
Update dependency eslint-plugin-promise to v4
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-plugin-promise-4.x - Merge into:
master - Upgrade eslint-plugin-promise to
4.2.1
Update dependency eslint-plugin-standard to v4
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-plugin-standard-4.x - Merge into:
master - Upgrade eslint-plugin-standard to
4.0.1
Update dependency got to v11
- Schedule: ["at any time"]
- Branch name:
renovate/got-11.x - Merge into:
master - Upgrade got to
11.4.0
Update dependency p-timeout to v3
- Schedule: ["at any time"]
- Branch name:
renovate/p-timeout-3.x - Merge into:
master - Upgrade p-timeout to
3.2.0
Update dependency standard to v14
- Schedule: ["at any time"]
- Branch name:
renovate/standard-14.x - Merge into:
master - Upgrade standard to
14.3.4
Update dependency yargs to v15
- Schedule: ["at any time"]
- Branch name:
renovate/yargs-15.x - Merge into:
master - Upgrade 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.