From 50c266b8e398d6a08fbe9d059f5d9478fcca9d2b Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Tue, 17 May 2022 16:10:56 -0600 Subject: [PATCH] chore: try new renovate config option (#6046) --- .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",