From e74eaaf34ba340a8f0766ae77d7249a4f1942a7a Mon Sep 17 00:00:00 2001 From: Patrick DeVivo Date: Mon, 10 Oct 2022 17:23:20 -0400 Subject: [PATCH] fix: try adding `gomodMassage` to renovate config --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9..cd885d77 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "postUpdateOptions": ["gomodMassage"] }