mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
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.
This commit is contained in:
parent
7db0d4619d
commit
0d12be138b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base", ":disableDigestUpdates"],
|
||||||
"ignorePaths": ["test/"],
|
"ignorePaths": ["test/"],
|
||||||
"labels": ["Type: Dependencies"],
|
"labels": ["Type: Dependencies"],
|
||||||
"lockFileMaintenance": {"enabled": true},
|
"lockFileMaintenance": {"enabled": true},
|
||||||
|
|
Loading…
Reference in a new issue