Update renovate.json

This commit is contained in:
Alexander Shelepenok
2019-03-22 19:21:36 +03:00
committed by GitHub
parent 5f231740a9
commit 5e415b793a

View File

@@ -1,5 +1,26 @@
{
"extends": [
"config:base"
]
],
"packageRules": [
{
"packagePatterns": ["^eslint"],
"groupName": "eslint"
},
{
"packagePatterns": ["gatsby"],
"groupName": "gatsby"
},
{
"packageNames": ["react", "react-dom"],
"groupName": "react"
}
],
"labels": ["renovate"],
"prHourlyLimit": 4,
"prConcurrentLimit": 16,
"rangeStrategy": "bump",
"bumpVersion": null,
"semanticCommits": true,
"schedule": "on the 2nd and 4th day instance on sunday after 9pm"
}