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