diff --git a/.renovaterc b/.renovaterc index da23fba47..fa26dd983 100644 --- a/.renovaterc +++ b/.renovaterc @@ -1,7 +1,4 @@ { - "constraints": { - "go": "1.17" - }, "extends": [ "config:base", ":semanticCommitTypeAll(build)", @@ -58,6 +55,7 @@ } ], "postUpdateOptions": [ - "gomodTidy1.17" + "gomodTidy", + "gomodNoMassage" ] } \ No newline at end of file