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.
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.
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.
With your current configuration, renovate will initially create the following Pull Requests:
renovate/pin-dependencies
devDependencies
from^2.0.1
to2.5.3
devDependencies
from^2.5.10
to2.9.5
devDependencies
from>=0.2.0
to2.0.0
devDependencies
from>=1.8.0
to3.0.7
devDependencies
from^0.3.1
to0.3.16
devDependencies
from^2.11.2
to2.13.1
devDependencies
from*
to3.0.0
devDependencies
from*
to11.2.1
devDependencies
from>=4
to4.15.3
renovate/mocha-3.x
devDependencies
from^2.0.1
to3.4.2
renovate/mocha-lcov-reporter-0.x
devDependencies
from0.0.1
to0.0.2
renovate/mocha-lcov-reporter-1.x
devDependencies
from0.0.1
to1.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.