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
-
package.json(npm)
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
fixfor dependencies andchorefor 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,vendorand 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 wrongly tagged actions/setup-node v2 releases
- Use provided token for github.com lookups
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 6 Merge Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies - Merge into:
master - Pin @northernv/eslint-config to
1.3.3 - Pin eslint to
7.5.0 - Pin graphql to
15.3.0 - Pin graphql-tag to
2.10.4 - Pin jest to
26.1.0
Update dependency eslint to v7.14.0
- Schedule: ["at any time"]
- Branch name:
renovate/eslint - Merge into:
master - Upgrade eslint to
7.14.0
Update dependency graphql to v15.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/graphql-15.x - Merge into:
master - Upgrade graphql to
15.4.0
Update dependency graphql-tag to v2.11.0
- Schedule: ["at any time"]
- Branch name:
renovate/apollo-graphql-packages - Merge into:
master - Upgrade graphql-tag to
2.11.0
Update dependency jest to v26.6.3
- Schedule: ["at any time"]
- Branch name:
renovate/jest - Merge into:
master - Upgrade jest to
26.6.3
Update dependency graphql-tools to v7
- Schedule: ["at any time"]
- Branch name:
renovate/major-graphql-tools-monorepo - Merge into:
master - Upgrade graphql-tools to
^7.0.0
prhourlylimit for details.
This MR has been generated by WhiteSource Renovate. View repository job log here.