Skip to content

Commit

Permalink
add GRPC_VERSION to renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jul 22, 2024
1 parent 034edf9 commit 9795e23
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"customType": "regex",
"fileMatch": [
"^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$"
"^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$"
],
"matchStrings": [
"ARG PROTOC_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -41,18 +41,6 @@
"depNameTemplate": "protocolbuffers/protobuf",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": [
"^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$"
],
"matchStrings": [
"ARG GRPC_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "grpc/grpc",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": [
Expand All @@ -67,10 +55,12 @@
{
"customType": "regex",
"fileMatch": [
"^gax-java/dependencies\\.properties$"
"^gax-java/dependencies\\.properties$",
"^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$"
],
"matchStrings": [
"version\\.io_grpc=(?<currentValue>.+?)\\n"
"version\\.io_grpc=(?<currentValue>.+?)\\n",
"ARG GRPC_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"depNameTemplate": "io.grpc:grpc-core",
"datasourceTemplate": "maven"
Expand Down

0 comments on commit 9795e23

Please sign in to comment.