mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
0d12be138b
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.
16 lines
388 B
JSON
16 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"]
|
|
}
|
|
]
|
|
}
|