From 0d12be138bd581ffefbeae21a4abb3c93b1832cc Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Wed, 13 Apr 2022 21:48:21 +0200 Subject: [PATCH] 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. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ca846b44..c46ea391 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { - "extends": ["config:base"], + "extends": ["config:base", ":disableDigestUpdates"], "ignorePaths": ["test/"], "labels": ["Type: Dependencies"], "lockFileMaintenance": {"enabled": true},