From f7ff6016f5583042b683d910d88c1d644f14e696 Mon Sep 17 00:00:00 2001 From: Ido David <36866853+ido-namely@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:39:48 -0500 Subject: [PATCH] Renovate - update the Go version in one more location (#330) --- .github/renovate.json5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",