From 9795e23af1aeab77d6c9557000c311e21f972978 Mon Sep 17 00:00:00 2001 From: diegomarquezp Date: Mon, 22 Jul 2024 20:30:17 +0000 Subject: [PATCH] add GRPC_VERSION to renovate config --- renovate.json | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index 1ea28fa0fe..f0ad762025 100644 --- a/renovate.json +++ b/renovate.json @@ -32,7 +32,7 @@ { "customType": "regex", "fileMatch": [ - "^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$" + "^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$" ], "matchStrings": [ "ARG PROTOC_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -41,18 +41,6 @@ "depNameTemplate": "protocolbuffers/protobuf", "extractVersionTemplate": "^v(?.*)$" }, - { - "customType": "regex", - "fileMatch": [ - "^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$" - ], - "matchStrings": [ - "ARG GRPC_VERSION=[\"']?(?.+?)[\"']?\\s+" - ], - "datasourceTemplate": "github-releases", - "depNameTemplate": "grpc/grpc", - "extractVersionTemplate": "^v(?.*)$" - }, { "customType": "regex", "fileMatch": [ @@ -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=(?.+?)\\n" + "version\\.io_grpc=(?.+?)\\n", + "ARG GRPC_VERSION=[\"']?(?.+?)[\"']?\\s+" ], "depNameTemplate": "io.grpc:grpc-core", "datasourceTemplate": "maven"