diff --git a/renovate.json b/renovate.json index 8b2b97545a..ee4e763c36 100644 --- a/renovate.json +++ b/renovate.json @@ -35,7 +35,7 @@ "customType": "regex", "fileMatch": [ "^gax-java/dependencies\\.properties$", - "^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$" + "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$" ], "matchStrings": [ "version\\.io_grpc=(?.+?)\\n", @@ -70,7 +70,7 @@ { "customType": "regex", "fileMatch": [ - "^.cloudbuild/library_generation/library_generation.Dockerfile$" + "^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$" ], "matchStrings": [ "OWLBOT_CLI_COMMITTISH=(?.*?)\\n"