Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/nodejs.yml(github-actions).github/workflows/npmpublish.yml(github-actions)package.json(npm)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
- Enable Renovate Dependency Dashboard creation.
- Pin all dependency versions except
peerDependencies. - Special rules covering major version updates.
- Rules governing github actions.
- Base Renovate configuration for Expedia Group projects
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 11 Pull Requests:
fix(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/apollo-graphql-packages - Merge into:
master - Pin @apollo/federation to
0.28.0 - Pin @apollo/gateway to
2.7.1 - Pin apollo-server to
3.13.0 - Pin graphql-tag to
2.12.6
fix(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies - Merge into:
master - Pin @graphql-tools/delegate to
8.8.1 - Pin @graphql-tools/merge to
8.3.1 - Pin @graphql-tools/mock to
8.7.20 - Pin @graphql-tools/schema to
8.5.1 - Pin @graphql-tools/stitch to
8.7.50 - Pin @graphql-tools/utils to
8.9.0 - Pin @graphql-tools/wrap to
8.5.1 - Pin casual to
1.6.2 - Pin debug to
4.3.4 - Pin eslint to
6.8.0 - Pin graphql to
16.8.1 - Pin nyc to
14.1.1 - Pin sinon to
12.0.1 - Pin tape to
4.15.1
chore(deps): update devdependencies tape from v4.15.1 to ^4.17.0
- Schedule: ["at any time"]
- Branch name:
renovate/tape-4.x - Merge into:
master - Upgrade tape to
^4.17.0
feat(deps): update dependencies @graphql-tools/utils from v8.9.0 to ^8.9.0
- Schedule: ["at any time"]
- Branch name:
renovate/graphql-tools-monorepo - Merge into:
master - Upgrade @graphql-tools/utils to
^8.9.0
chore(deps): update actions/checkout action from vv2 to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-4.x - Merge into:
master - Upgrade actions/checkout to
v4
chore(deps): update actions/setup-node action from vv1 to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-node-4.x - Merge into:
master - Upgrade actions/setup-node to
v4
chore(deps): update devdependencies eslint from v6.8.0 to v8
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-8.x - Merge into:
master - Upgrade eslint to
^8.0.0
chore(deps): update devdependencies nyc from v14.1.1 to v15
- Schedule: ["at any time"]
- Branch name:
renovate/nyc-15.x - Merge into:
master - Upgrade nyc to
^15.0.0
chore(deps): update devdependencies sinon from v12.0.1 to v17
- Schedule: ["at any time"]
- Branch name:
renovate/sinon-17.x - Merge into:
master - Upgrade sinon to
^17.0.0
chore(deps): update devdependencies tape from v4.15.1 to v5
- Schedule: ["at any time"]
- Branch name:
renovate/tape-5.x - Merge into:
master - Upgrade tape to
^5.0.0
feat(deps): update graphql-tools monorepo (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-graphql-tools-monorepo - Merge into:
master - Upgrade @graphql-tools/delegate to
^10.0.0 - Upgrade @graphql-tools/merge to
^9.0.0 - Upgrade @graphql-tools/mock to
^9.0.0 - Upgrade @graphql-tools/schema to
^10.0.0 - Upgrade @graphql-tools/stitch to
^9.0.0 - Upgrade @graphql-tools/utils to
^10.0.0 - Upgrade @graphql-tools/wrap to
^10.0.0
❓ 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 Mend Renovate. View repository job log here.