Skip to content

Commit

Permalink
Renovate - update the Go version in one more location (namely#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-namely committed Aug 30, 2022
1 parent f42f6b8 commit f7ff601
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,13 @@
{
fileMatch: [
"variables.sh$",
".github/renovate.json5$"
".github/renovate.json5$",
"gwy/templates/Dockerfile.tmpl$"
],
matchStrings: [
"GO_VERSION=\\$\\{GO_VERSION:-(?<currentValue>.*?)\\}\\n",
"constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?<currentValue>.*?)\""
"GO_VERSION=\\$\\{GO_VERSION:-(?<currentValue>.*?)\\}\\n",
"constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?<currentValue>.*?)\"",
"ARG go_version=(?<currentValue>.*?)"
],
depNameTemplate: "go",
datasourceTemplate: "golang-version",
Expand Down

0 comments on commit f7ff601

Please sign in to comment.