mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 23:09:16 +01:00
26 lines
460 B
JSON
26 lines
460 B
JSON
{
|
|
"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
|
|
}
|