thelounge/renovate.json
Reto Brunner 0d12be138b renovate: Disable digest updates
There's a reason one pins a commit and it is because we
want that specific commit.
Renovate gets *really* noisy if commits are made frequently
to a repo, so let's disable it.
2022-04-13 21:48:21 +02:00

17 lines
388 B
JSON

{
"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"]
}
]
}