mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-24 14:52:28 +00:00
chore: add renovate file for #27
This commit is contained in:
parent
556bc4c8d9
commit
5e89238bc4
2 changed files with 27 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
[![Build status][ci-image] ][ci-url]
|
||||
[![semantic-release][semantic-image] ][semantic-url]
|
||||
[![renovate-app badge][renovate-badge]][renovate-app]
|
||||
|
||||
## Install
|
||||
|
||||
|
@ -146,3 +147,5 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||
[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-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
24
renovate.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue