Skip to content

Commit d0f43e3

Browse files
fix: subscribe Airlock Docker image definition to GRPC updates (#3765)
Temporary solution while #3766 is not fixed
1 parent 698375d commit d0f43e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"customType": "regex",
3636
"fileMatch": [
3737
"^gax-java/dependencies\\.properties$",
38-
"^\\.cloudbuild/library_generation/library_generation\\.Dockerfile$"
38+
"^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"
3939
],
4040
"matchStrings": [
4141
"version\\.io_grpc=(?<currentValue>.+?)\\n",
@@ -70,7 +70,7 @@
7070
{
7171
"customType": "regex",
7272
"fileMatch": [
73-
"^.cloudbuild/library_generation/library_generation.Dockerfile$"
73+
"^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$"
7474
],
7575
"matchStrings": [
7676
"OWLBOT_CLI_COMMITTISH=(?<currentDigest>.*?)\\n"

0 commit comments

Comments
 (0)