express-systemjs-translate
express-systemjs-translate copied to clipboard
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
fix
for dependencies andchore
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 11 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin browser-sync to
2.26.7
- Pin connect to
3.7.0
- Pin coveralls to
2.13.3
- Pin eslint to
3.19.0
- Pin express to
4.17.1
- Pin istanbul to
0.4.5
- Pin jspm to
0.16.55
- Pin mocha to
3.5.3
- Pin mocha-lcov-reporter to
1.3.0
- Pin proxyquire to
1.8.0
- Pin sinon to
2.4.1
- Pin systemjs-builder to
0.16.15
- Pin unexpected to
10.40.2
- Pin unexpected-express to
9.1.0
- Pin unexpected-http to
6.1.1
Update dependency chalk to v4
- Schedule: ["at any time"]
- Branch name:
renovate/chalk-4.x
- Merge into:
master
- Upgrade chalk to
^4.0.0
Update dependency coveralls to v3
- Schedule: ["at any time"]
- Branch name:
renovate/coveralls-3.x
- Merge into:
master
- Upgrade coveralls to
3.0.11
Update dependency eslint to v6 [SECURITY]
- Branch name:
renovate/npm-eslint-vulnerability
- Merge into:
master
- Upgrade eslint to
6.8.0
Update dependency eslint-config-onelint to v4
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-config-onelint-4.x
- Merge into:
master
- Upgrade eslint-config-onelint to
4.0.0
Update dependency mocha to v7
- Schedule: ["at any time"]
- Branch name:
renovate/mocha-7.x
- Merge into:
master
- Upgrade mocha to
7.1.1
Update dependency proxyquire to v2
- Schedule: ["at any time"]
- Branch name:
renovate/proxyquire-2.x
- Merge into:
master
- Upgrade proxyquire to
2.1.3
Update dependency sinon to v9
- Schedule: ["at any time"]
- Branch name:
renovate/sinon-9.x
- Merge into:
master
- Upgrade sinon to
9.0.1
Update dependency unexpected to v11
- Schedule: ["at any time"]
- Branch name:
renovate/unexpected-11.x
- Merge into:
master
- Upgrade unexpected to
11.14.0
Update dependency unexpected-express to v12
- Schedule: ["at any time"]
- Branch name:
renovate/unexpected-express-12.x
- Merge into:
master
- Upgrade unexpected-express to
12.1.0
Update dependency unexpected-http to v7
- Schedule: ["at any time"]
- Branch name:
renovate/unexpected-http-7.x
- Merge into:
master
- Upgrade unexpected-http to
7.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.