thelounge/renovate.json

18 lines
372 B
JSON
Raw Normal View History

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