From 758a670eb6cd6129e82ff5f046790702c2227668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 7 Mar 2019 16:02:32 +0000 Subject: [PATCH] feat(renovate): let renovate cleanup lock files This enables Renovate to run 'go mod tidy' and npm/yarn lock file deduplication --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 633495eeb..0dacb591d 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,6 @@ "prHourlyLimit": 1, "rebaseStalePrs": false, "travis": { "enabled": true }, - "masterIssue": true + "masterIssue": true, + "postUpdateOptions": ["gomodTidy", "npmDedupe", "yarnDedupeFewer"] }