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
-
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.
🔡 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 18 Pull Requests:
chore(deps): update dependency lodash to v4.17.21 [security]
- Branch name:
renovate/npm-lodash-vulnerability - Merge into:
master - Upgrade lodash to
4.17.21
chore(deps): update dependency react-dom to v16.1.2 [security]
- Branch name:
renovate/npm-react-dom-vulnerability - Merge into:
master - Upgrade react-dom to
16.1.2
chore(deps): update dependency standard-version to v8 [security]
- Branch name:
renovate/npm-standard-version-vulnerability - Merge into:
master - Upgrade standard-version to
^8.0.0
chore(deps): update apollo graphql packages
- Schedule: ["at any time"]
- Branch name:
renovate/apollo-graphql-packages - Merge into:
master - Upgrade apollo-cache-inmemory to
1.6.6 - Upgrade apollo-client to
2.6.10 - Upgrade apollo-link to
1.2.14 - Upgrade apollo-link-state to
^0.4.0 - Upgrade graphql-tag to
2.12.6 - Upgrade react-apollo to
2.5.8
chore(deps): update dependency @workpop/eslint-config-workpop to v1.1.0
- Schedule: ["at any time"]
- Branch name:
renovate/workpop-eslint-config-workpop-1.x-lockfile - Merge into:
master - Upgrade @workpop/eslint-config-workpop to
1.1.0
chore(deps): update dependency apollo-storybook-react to ^0.2.0
- Schedule: ["at any time"]
- Branch name:
renovate/apollo-storybook-react-0.x - Merge into:
master - Upgrade apollo-storybook-react to
^0.2.0
chore(deps): update dependency babel-preset-env to v1.7.0
- Schedule: ["at any time"]
- Branch name:
renovate/babel-preset-env-1.x-lockfile - Merge into:
master - Upgrade babel-preset-env to
1.7.0
chore(deps): update dependency graphql to ^0.13.0
- Schedule: ["at any time"]
- Branch name:
renovate/graphql-0.x - Merge into:
master - Upgrade graphql to
^0.13.0
chore(deps): update dependency graphql-tools to v2.24.0
- Schedule: ["at any time"]
- Branch name:
renovate/graphql-tools-monorepo - Merge into:
master - Upgrade graphql-tools to
2.24.0
chore(deps): update dependency react to v16.14.0
- Schedule: ["at any time"]
- Branch name:
renovate/react-monorepo - Merge into:
master - Upgrade react to
16.14.0
chore(deps): update dependency recompose to ^0.30.0
- Schedule: ["at any time"]
- Branch name:
renovate/recompose-0.x - Merge into:
master - Upgrade recompose to
^0.30.0
chore(deps): update storybook monorepo to v3.4.12
- Schedule: ["at any time"]
- Branch name:
renovate/storybook-monorepo - Merge into:
master - Upgrade @storybook/addon-actions to
3.4.12 - Upgrade @storybook/addon-links to
3.4.12 - Upgrade @storybook/react to
3.4.12
chore(deps): update dependency eslint to v8
- Schedule: ["at any time"]
- Branch name:
renovate/eslint-8.x - Merge into:
master - Upgrade eslint to
^8.0.0
chore(deps): update dependency graphql to v16
- Schedule: ["at any time"]
- Branch name:
renovate/graphql-16.x - Merge into:
master - Upgrade graphql to
^16.0.0
chore(deps): update dependency graphql-tools to v9
- Schedule: ["at any time"]
- Branch name:
renovate/major-graphql-tools-monorepo - Merge into:
master - Upgrade graphql-tools to
^9.0.0
chore(deps): update dependency react to v18
- Schedule: ["at any time"]
- Branch name:
renovate/major-react-monorepo - Merge into:
master - Upgrade react to
^18.0.0
chore(deps): update dependency react-apollo to v3
- Schedule: ["at any time"]
- Branch name:
renovate/major-apollo-graphql-packages - Merge into:
master - Upgrade react-apollo to
^3.0.0
chore(deps): update storybook monorepo to v7 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-storybook-monorepo - Merge into:
master - Upgrade @storybook/addon-actions to
^7.0.0 - Upgrade @storybook/addon-links to
^7.0.0 - Upgrade @storybook/react to
^7.0.0
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.
❓ 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.