mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Update renovate.json
This commit is contained in:
parent
5f231740a9
commit
5e415b793a
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user