This is an onboarding PR to help you understand and configure Renovate before any regular Pull Requests begin. Once you close this Pull Request, Renovate will begin keeping your dependencies up-to-date via automated Pull Requests.
If you have any questions, try reading our Getting Started Configuring Renovate page first, or feel free to ask the app author @rarkins a question in a comment below.
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 fix(deps): for dependencies and chore(deps): for all others
Keep existing branches updated even when not scheduled
Disable automerging feature - wait for humans to merge all PRs
Keep package.json npm dependencies updated
Update existing lock files only when package.json is modified
Upgrade versions up to the "latest" tag in npm registry
Create branches/PRs for dependency upgrades as soon as they're available
Pin dependency versions for devDependencies and retain semver ranges for others
With your current configuration, renovate will initially create the following Pull Requests:
Pull Requests (11)
fix(deps): update dependency validator to ^8.0.0
Branch name: renovate/validator-8.x
Upgrades validator in dependencies from ^7.0.0 to ^8.0.0
fix(deps): update dependency validator to ^9.0.0
Branch name: renovate/validator-9.x
Upgrades validator in dependencies from ^7.0.0 to ^9.0.0
Upgrades husky in devDependencies from ^0.13.3 to 0.14.3
chore(deps): update dependency lint-staged to v4
Branch name: renovate/lint-staged-4.x
Upgrades lint-staged in devDependencies from ^3.5.0 to 4.3.0
Sometimes you may see multiple options for the same dependency (e.g. pinning in one branch and upgrading in another). This is expected and allows you the flexibility to choose which to merge first. Once you merge any PR, others will be updated or removed the next time Renovate runs.
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.
Our Configuration Docs should be helpful if you wish to modify any behaviour.
Don't want a renovate.json file?
You are not required to merge this Pull Request - Renovate will begin even if this "Configure Renovate" PR is closed unmerged and without a renovate.json file. However, it's recommended that you add configuration to your repository to ensure behaviour matches what you see described here.
Alternatively, you can add the same configuration settings into a "renovate" section of your package.json file(s) in this branch and delete the renovate.json from this PR. If you make these configuration changes in this branch then the results will be described in this PR after the next time Renovate runs.
Want to start over?
If you'd like Renovate to recreate this "Configure Renovate" PR from scratch - for example if your base branch has had substantial changes - then you need to:
(IMPORTANT) Rename this PR to something else, e.g. "Configure Renovate - old"
Close the PR and delete the branch
If later on you ever wish to reconfigure Renovate then you can use this same trick of renaming the PR, but you'll also need to delete any renovate.json file too. You should then get a new "Configure Renovate" PR like this.
Welcome to Renovate!
This is an onboarding PR to help you understand and configure Renovate before any regular Pull Requests begin. Once you close this Pull Request, Renovate will begin keeping your dependencies up-to-date via automated Pull Requests.
If you have any questions, try reading our Getting Started Configuring Renovate page first, or feel free to ask the app author @rarkins a question in a comment below.
Configuration Summary
Based on the currently configured presets, Renovate will:
renovate/
as prefix for all branch namesfix(deps):
for dependencies andchore(deps):
for all otherspackage.json
is modifieddevDependencies
and retain semver ranges for othersWith your current configuration, renovate will initially create the following Pull Requests:
renovate/validator-8.x
dependencies
from^7.0.0
to^8.0.0
renovate/validator-9.x
dependencies
from^7.0.0
to^9.0.0
renovate/pin-dependencies
devDependencies
to1.7.4
devDependencies
to3.6.1
devDependencies
to4.0.1
devDependencies
to20.0.4
devDependencies
to0.13.4
devDependencies
to8.0.0
devDependencies
to3.19.0
devDependencies
to1.6.1
devDependencies
to6.24.1
devDependencies
to20.0.3
devDependencies
to6.26.0
renovate/jest-monorepo
devDependencies
from^20.0.1
to21.2.1
devDependencies
from^20.0.3
to21.2.0
renovate/eslint-4.x
devDependencies
from^3.19.0
to4.9.0
renovate/eslint-config-algolia-9.x
devDependencies
from^8.0.0
to9.0.0
renovate/eslint-config-algolia-10.x
devDependencies
from^8.0.0
to10.1.0
renovate/eslint-config-algolia-11.x
devDependencies
from^8.0.0
to11.0.0
renovate/eslint-config-algolia-12.x
devDependencies
from^8.0.0
to12.0.0
renovate/husky-0.x
devDependencies
from^0.13.3
to0.14.3
renovate/lint-staged-4.x
devDependencies
from^3.5.0
to4.3.0
Sometimes you may see multiple options for the same dependency (e.g. pinning in one branch and upgrading in another). This is expected and allows you the flexibility to choose which to merge first. Once you merge any PR, others will be updated or removed the next time Renovate runs.
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.Our Configuration Docs should be helpful if you wish to modify any behaviour.
Don't want a
renovate.json
file?You are not required to merge this Pull Request - Renovate will begin even if this "Configure Renovate" PR is closed unmerged and without a
renovate.json
file. However, it's recommended that you add configuration to your repository to ensure behaviour matches what you see described here.Alternatively, you can add the same configuration settings into a "renovate" section of your
package.json
file(s) in this branch and delete therenovate.json
from this PR. If you make these configuration changes in this branch then the results will be described in this PR after the next time Renovate runs.Want to start over?
If you'd like Renovate to recreate this "Configure Renovate" PR from scratch - for example if your base branch has had substantial changes - then you need to:
If later on you ever wish to reconfigure Renovate then you can use this same trick of renaming the PR, but you'll also need to delete any
renovate.json
file too. You should then get a new "Configure Renovate" PR like this.