thelounge/renovate.json
2020-09-18 11:49:01 +03:00

17 lines
314 B
JSON

{
"extends": ["config:base"],
"ignorePaths": ["test/"],
"labels": ["Type: Dependencies"],
"rebaseStalePrs": true,
"statusCheckVerify": true,
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["Type: Security"]
},
"packageRules": [
{
"extends": ["schedule:monthly"]
}
]
}