tunnckoCore / express-better-ratelimit

Express.js request rate limiter
http://j.mp/1stW47C
Other
10 stars 0 forks source link

Configure Renovate #11

Closed renovate[bot] closed 7 years ago

renovate[bot] commented 7 years ago

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:

Pull Requests (4)
Pin Dependencies
  • Branch name: renovate/pin-dependencies
  • Pins mocha in devDependencies from ^2.0.1 to 2.5.3
  • Pins jshint in devDependencies from ^2.5.10 to 2.9.5
  • Pins jscs-jsdoc in devDependencies from >=0.2.0 to 2.0.0
  • Pins jscs in devDependencies from >=1.8.0 to 3.0.7
  • Pins istanbul-harmony in devDependencies from ^0.3.1 to 0.3.16
  • Pins coveralls in devDependencies from ^2.11.2 to 2.13.1
  • Pins supertest in devDependencies from * to 3.0.0
  • Pins should in devDependencies from * to 11.2.1
  • Pins express in devDependencies from >=4 to 4.15.3
Update dependency mocha to version 3.x
  • Branch name: renovate/mocha-3.x
  • Upgrades mocha in devDependencies from ^2.0.1 to 3.4.2
Update dependency mocha-lcov-reporter to version 0.0.2
  • Branch name: renovate/mocha-lcov-reporter-0.x
  • Upgrades mocha-lcov-reporter in devDependencies from 0.0.1 to 0.0.2
Update dependency mocha-lcov-reporter to version 1.x
  • Branch name: renovate/mocha-lcov-reporter-1.x
  • Upgrades mocha-lcov-reporter in devDependencies from 0.0.1 to 1.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.