diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 56ae2bed..269af401 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -147,11 +147,13 @@ { fileMatch: [ "variables.sh$", - ".github/renovate.json5$" + ".github/renovate.json5$", + "gwy/templates/Dockerfile.tmpl$" ], matchStrings: [ - "GO_VERSION=\\$\\{GO_VERSION:-(?.*?)\\}\\n", - "constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?.*?)\"" + "GO_VERSION=\\$\\{GO_VERSION:-(?.*?)\\}\\n", + "constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?.*?)\"", + "ARG go_version=(?.*?)" ], depNameTemplate: "go", datasourceTemplate: "golang-version",