From 61c09493ea5d2b01ff03432ad23566a4c550f915 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Tue, 17 May 2022 16:09:15 -0600 Subject: [PATCH] chore: try new renovate config option --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8d46e808f148..a9588af211ab 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,8 @@ ], "semanticCommits": false, "postUpdateOptions": [ - "gomodTidy" + "gomodTidy", + "gomodNoMassage" ], "commitMessagePrefix": "chore(all): ", "commitMessageAction": "update",