Skip to content

Commit

Permalink
Merge branch 'master' into renovate/go-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-namely authored Aug 30, 2022
2 parents 8cc7d03 + f42f6b8 commit da31917
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@
],
depNameTemplate: "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
datasourceTemplate: "go",
},
{
fileMatch: [
"variables.sh$",
".github/renovate.json5$"
],
matchStrings: [
"GO_VERSION=\\$\\{GO_VERSION:-(?<currentValue>.*?)\\}\\n",
"constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?<currentValue>.*?)\""
],
depNameTemplate: "go",
datasourceTemplate: "golang-version",
versioningTemplate: "npm",
}
],
packageRules: [
Expand Down

0 comments on commit da31917

Please sign in to comment.