diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3c9ed18f..56ae2bed 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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:-(?.*?)\\}\\n", + "constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?.*?)\"" + ], + depNameTemplate: "go", + datasourceTemplate: "golang-version", + versioningTemplate: "npm", } ], packageRules: [