hardlounge/renovate.json

18 lines
372 B
JSON
Raw Normal View History

2018-05-12 05:21:25 -04:00
{
"extends": ["config:base"],
"ignorePaths": ["test/"],
"labels": ["Type: Dependencies"],
2018-05-24 09:44:47 -04:00
"rebaseStalePrs": true,
"statusCheckVerify": true,
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["Type: Security"]
},
"packageRules": [
{
2020-09-18 04:51:12 -04:00
"depTypeList": ["dependencies", "devDependencies"],
2020-09-18 04:49:01 -04:00
"extends": ["schedule:monthly"]
}
]
2018-05-12 05:21:25 -04:00
}