Configure Renovate
Welcome to Renovate!
This is an onboarding PR to help you understand and configure Renovate before regular Pull Requests begin. Once you merge or close this Pull Request, Renovate will begin keeping your dependencies up-to-date.
If you have any questions, try reading our Docs, particularly the Getting Started section. You can post questions in our Config Help repository or @ the app author @rarkins in this PR and he'll probably see it.
Detected Package Files
package.json
Configuration Summary
Based on the currently configured presets, Renovate will:
- Start dependency updates once this Configure Renovate PR is merged or closed
- Separate major versions of dependencies into individual branches/PRs
- Combine any patch and minor upgrades together into same branch/PR
- Upgrade to unstable versions only if the existing version is unstable
- Raise PRs immediately (after branch is created)
- Use
renovate/as prefix for all branch names - 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 PRs
- Ignore
node_modules,bower_components, and various test/tests directories - Update existing lock files only when
package.jsonis modified - Autodetect whether to pin dependencies or maintain ranges
- Rate limit PR creation to a maximum of two per hour
- Limit to maximum 20 concurrent Renovate PRs at any time
Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch and this Pull Request description will be updated the next time Renovate runs. Try to use Config Presets (the extends array) when possible rather than raw config, as then this PR will be able to more accurately describe your settings.
What to Expect
With your current configuration, Renovate will create 27 Pull Requests:
- chore(deps): pin dependencies
- Branch name:
renovate/pin-dependencies - Pins worker-loader in
devDependenciesto1.1.0 - Pins webpack-dev-server in
devDependenciesto2.9.4 - Pins webpack-config-assign in
devDependenciesto1.0.0 - Pins webpack in
devDependenciesto3.8.1 - Pins uglifyjs-webpack-plugin in
devDependenciesto1.0.1 - Pins style-loader in
devDependenciesto0.19.0 - Pins raw-loader in
devDependenciesto0.5.1 - Pins prettier in
devDependenciesto1.8.2 - Pins offline-plugin in
devDependenciesto4.8.4 - Pins name-all-modules-plugin in
devDependenciesto1.0.1 - Pins markdown-magic in
devDependenciesto0.1.19 - Pins lint-staged in
devDependenciesto5.0.0 - Pins jest in
devDependenciesto21.2.1 - Pins husky in
devDependenciesto0.14.3 - Pins html-webpack-plugin in
devDependenciesto2.30.1 - Pins flow-typed in
devDependenciesto2.2.3 - Pins flow-bin in
devDependenciesto0.59.0 - Pins file-loader in
devDependenciesto1.1.5 - Pins extract-text-webpack-plugin in
devDependenciesto3.0.2 - Pins css-loader in
devDependenciesto0.28.7 - Pins compression-webpack-plugin in
devDependenciesto1.0.1 - Pins babel-plugin-polished in
devDependenciesto1.1.0 - Pins babel-7-jest in
devDependenciesto21.3.1 - Pins @babel/preset-stage-2 in
devDependenciesto7.0.0-beta.31 - Pins @babel/preset-react in
devDependenciesto7.0.0-beta.31 - Pins @babel/preset-flow in
devDependenciesto7.0.0-beta.31 - Pins @babel/preset-env in
devDependenciesto7.0.0-beta.31 - Pins @babel/plugin-transform-runtime in
devDependenciesto7.0.0-beta.32 - Pins @babel/core in
devDependenciesto7.0.0-beta.31
- chore(deps): update babel monorepo packages to v7.0.0-beta.39
- Branch name:
renovate/babel-monorepo - Upgrades @babel/preset-stage-2 in
devDependenciesfrom~7.0.0-beta.31to7.0.0-beta.39 - Upgrades @babel/preset-react in
devDependenciesfrom~7.0.0-beta.31to7.0.0-beta.39 - Upgrades @babel/preset-flow in
devDependenciesfrom~7.0.0-beta.31to7.0.0-beta.39 - Upgrades @babel/preset-env in
devDependenciesfrom~7.0.0-beta.31to7.0.0-beta.39 - Upgrades @babel/plugin-transform-runtime in
devDependenciesfrom~7.0.0-beta.32to7.0.0-beta.39 - Upgrades @babel/core in
devDependenciesfrom~7.0.0-beta.31to7.0.0-beta.39
- chore(deps): update dependency babel-7-jest to v21.3.3
- Branch name:
renovate/babel-7-jest-21.x - Upgrades babel-7-jest in
devDependenciesfrom~21.3.1to21.3.3
- chore(deps): update dependency compression-webpack-plugin to v1.1.6
- Branch name:
renovate/compression-webpack-plugin-1.x - Upgrades compression-webpack-plugin in
devDependenciesfrom~1.0.1to1.1.6
- chore(deps): update dependency css-loader to v0.28.9
- Branch name:
renovate/css-loader-0.x - Upgrades css-loader in
devDependenciesfrom~0.28.7to0.28.9
- chore(deps): update dependency file-loader to v1.1.6
- Branch name:
renovate/file-loader-1.x - Upgrades file-loader in
devDependenciesfrom~1.1.5to1.1.6
- chore(deps): update dependency flow-bin to v0.65.0
- Branch name:
renovate/flow-bin-0.x - Upgrades flow-bin in
devDependenciesfrom~0.59.0to0.65.0
- chore(deps): update dependency flow-typed to v2.3.0
- Branch name:
renovate/flow-typed-2.x - Upgrades flow-typed in
devDependenciesfrom~2.2.3to2.3.0
- chore(deps): update dependency markdown-magic to v0.1.20
- Branch name:
renovate/markdown-magic-0.x - Upgrades markdown-magic in
devDependenciesfrom~0.1.19to0.1.20
- chore(deps): update dependency offline-plugin to v4.9.0
- Branch name:
renovate/offline-plugin-4.x - Upgrades offline-plugin in
devDependenciesfrom~4.8.4to4.9.0
- chore(deps): update dependency prettier to v1.10.2
- Branch name:
renovate/prettier-1.x - Upgrades prettier in
devDependenciesfrom~1.8.2to1.10.2
- chore(deps): update dependency style-loader to v0.20.1
- Branch name:
renovate/style-loader-0.x - Upgrades style-loader in
devDependenciesfrom~0.19.0to0.20.1
- chore(deps): update dependency uglifyjs-webpack-plugin to v1.1.8
- Branch name:
renovate/uglifyjs-webpack-plugin-1.x - Upgrades uglifyjs-webpack-plugin in
devDependenciesfrom~1.0.1to1.1.8
- chore(deps): update dependency webpack to v3.10.0
- Branch name:
renovate/webpack-3.x - Upgrades webpack in
devDependenciesfrom~3.8.1to3.10.0
- chore(deps): update dependency webpack-dev-server to v2.11.1
- Branch name:
renovate/webpack-dev-server-2.x - Upgrades webpack-dev-server in
devDependenciesfrom~2.9.4to2.11.1
- fix(deps): update dependency acorn to ~5.4.0
- Branch name:
renovate/acorn-5.x - Upgrades acorn in
dependenciesfrom~5.2.1to~5.4.0
- fix(deps): update dependency buble to ~0.19.0
- Branch name:
renovate/buble-0.x - Upgrades buble in
dependenciesfrom~0.16.0to~0.19.0
- fix(deps): update dependency codemirror to ~5.34.0
- Branch name:
renovate/codemirror-5.x - Upgrades codemirror in
dependenciesfrom~5.31.0to~5.34.0
- fix(deps): update dependency query-string to ~5.1.0
- Branch name:
renovate/query-string-5.x - Upgrades query-string in
dependenciesfrom~5.0.1to~5.1.0
- fix(deps): update react monorepo packages to ~16.2.0
- Branch name:
renovate/react-monorepo - Upgrades react-dom in
dependenciesfrom~16.0.0to~16.2.0 - Upgrades react in
dependenciesfrom~16.0.0to~16.2.0
- chore(deps): update dependency jest to v22
- Branch name:
renovate/jest-monorepo - Upgrades jest in
devDependenciesfrom~21.2.1to22.2.2
- chore(deps): update dependency lint-staged to v6
- Branch name:
renovate/lint-staged-6.x - Upgrades lint-staged in
devDependenciesfrom~5.0.0to6.1.0
- fix(deps): update dependency babel-plugin-emotion to ~9.0.0
- Branch name:
renovate/babel-plugin-emotion-9.x - Upgrades babel-plugin-emotion in
dependenciesfrom~8.0.10to~9.0.0
- fix(deps): update dependency emotion to ~9.0.0
- Branch name:
renovate/emotion-9.x - Upgrades emotion in
dependenciesfrom~8.0.10to~9.0.0
- fix(deps): update dependency emotion-theming to ~9.0.0
- Branch name:
renovate/emotion-theming-9.x - Upgrades emotion-theming in
dependenciesfrom~8.0.10to~9.0.0
- fix(deps): update dependency normalize.css to ~8.0.0
- Branch name:
renovate/normalize.css-8.x - Upgrades normalize.css in
dependenciesfrom~7.0.0to~8.0.0
- fix(deps): update dependency react-emotion to ~9.0.0
- Branch name:
renovate/react-emotion-9.x - Upgrades react-emotion in
dependenciesfrom~8.0.10to~9.0.0
Deploy preview for algorithm-playground ready!
Built with commit 786151434dc5b791ab5bc53c4d24da5fc53a9e42
https://deploy-preview-39--algorithm-playground.netlify.com