Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
Detected Package Files
-
.gitlab-ci.yml
(gitlabci) -
package.json
(npm) -
.travis.yml
(travis)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding MR is merged
- Separate major versions of dependencies into individual branches/MRs
- Do not separate patch and minor upgrades into separate MRs for the same dependency
- Upgrade to unstable versions only if the existing version is unstable
- Raise MRs 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 MRs
- Ignore
node_modules
,bower_components
,vendor
and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges
- Rate limit MR creation to a maximum of two per hour
- Limit to maximum 20 open MRs at any time
- Group known monorepo packages together
- Use curated list of recommended non-monorepo package groupings
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
renovate.json
in this branch with your custom config and the list of Merge 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 13 Merge Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
deploy
- Pin @types/jest to
24.9.1
- Pin eslint to
6.8.0
- Pin eslint-plugin-jest to
23.20.0
- Pin eslint-plugin-node to
11.1.0
- Pin jest to
24.9.0
- Pin prettier to
1.19.1
Update dependency @types/jest to v26
- Schedule: ["at any time"]
- Branch name:
renovate/jest-26.x
- Merge into:
deploy
- Upgrade @types/jest to
26.0.20
Update dependency chalk to v4
- Schedule: ["at any time"]
- Branch name:
renovate/chalk-4.x
- Merge into:
deploy
- Upgrade chalk to
^4.0.0
Update dependency commander to v7
- Schedule: ["at any time"]
- Branch name:
renovate/commander-7.x
- Merge into:
deploy
- Upgrade commander to
^7.0.0
Update dependency dictionary-es to v3
- Schedule: ["at any time"]
- Branch name:
renovate/dictionary-es-3.x
- Merge into:
deploy
- Upgrade dictionary-es to
^3.0.0
Update dependency eslint to v7
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-7.x
- Merge into:
deploy
- Upgrade eslint to
7.20.0
Update dependency eslint-plugin-jest to v24
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-plugin-jest-24.x
- Merge into:
deploy
- Upgrade eslint-plugin-jest to
24.1.5
Update dependency globby to v11
- Schedule: ["at any time"]
- Branch name:
renovate/globby-11.x
- Merge into:
deploy
- Upgrade globby to
^11.0.0
Update dependency inquirer to v8
- Schedule: ["at any time"]
- Branch name:
renovate/inquirer-8.x
- Merge into:
deploy
- Upgrade inquirer to
^8.0.0
Update dependency jest to v26
- Schedule: ["at any time"]
- Branch name:
renovate/major-jest-monorepo
- Merge into:
deploy
- Upgrade jest to
26.6.3
Update dependency js-yaml to v4
- Schedule: ["at any time"]
- Branch name:
renovate/js-yaml-4.x
- Merge into:
deploy
- Upgrade js-yaml to
^4.0.0
Update dependency marked to v2
- Schedule: ["at any time"]
- Branch name:
renovate/marked-2.x
- Merge into:
deploy
- Upgrade marked to
^2.0.0
Update dependency prettier to v2
- Schedule: ["at any time"]
- Branch name:
renovate/prettier-2.x
- Merge into:
deploy
- Upgrade prettier to
2.2.1
prhourlylimit
for details.
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.