thelounge/renovate.json

17 lines
388 B
JSON
Raw Permalink Normal View History

2018-05-12 11:21:25 +02:00
{
"extends": ["config:base", ":disableDigestUpdates"],
"ignorePaths": ["test/"],
"labels": ["Type: Dependencies"],
"lockFileMaintenance": {"enabled": true},
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["Type: Security"]
},
"packageRules": [
{
"extends": ["schedule:monthly"],
"matchDepTypes": ["dependencies", "devDependencies"]
}
]
2018-05-12 11:21:25 +02:00
}