chore: add renovate file for #27

This commit is contained in:
Gleb Bahmutov 2019-04-26 10:17:59 -04:00
parent 556bc4c8d9
commit 5e89238bc4
2 changed files with 27 additions and 0 deletions

View file

@ -6,6 +6,7 @@
[![Build status][ci-image] ][ci-url] [![Build status][ci-image] ][ci-url]
[![semantic-release][semantic-image] ][semantic-url] [![semantic-release][semantic-image] ][semantic-url]
[![renovate-app badge][renovate-badge]][renovate-app]
## Install ## Install
@ -146,3 +147,5 @@ OTHER DEALINGS IN THE SOFTWARE.
[ci-url]: https://travis-ci.org/cypress-io/snapshot [ci-url]: https://travis-ci.org/cypress-io/snapshot
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg [semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release [semantic-url]: https://github.com/semantic-release/semantic-release
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg
[renovate-app]: https://renovateapp.com/

24
renovate.json Normal file
View file

@ -0,0 +1,24 @@
{
"extends": [
"config:base"
],
"automerge": true,
"major": {
"automerge": false
},
"updateNotScheduled": false,
"timezone": "America/New_York",
"schedule": [
"every weekend"
],
"lockFileMaintenance": {
"enabled": true
},
"separatePatchReleases": true,
"separateMultipleMajor": true,
"masterIssue": true,
"labels": [
"type: dependencies",
"renovate"
]
}