Skip to content

Commit c6a63c7

Browse files
authored
Merge branch 'main' into renovate/googleapis-java-cloud-bom-digest
2 parents a2a3746 + 4d3c06e commit c6a63c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM gcr.io/cloud-devrel-public-resources/python
1717

1818
# install tools
1919
RUN apt-get update && apt-get install -y \
20-
unzip openjdk-17-jdk rsync maven \
20+
unzip openjdk-17-jdk rsync maven jq \
2121
&& apt-get clean
2222

2323
COPY library_generation /src

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"^.cloudbuild/*"
6565
],
6666
"matchStrings": [
67-
"_JAVA_SHARED_CONFIG_VERSION: \"(?<currentValue>.+?)\""
67+
" _JAVA_SHARED_CONFIG_VERSION: '(?<currentValue>.+?)'"
6868
],
6969
"depNameTemplate": "com.google.cloud:google-cloud-shared-config",
7070
"datasourceTemplate": "maven"
@@ -103,7 +103,8 @@
103103
"^com.google.cloud:google-cloud-shared-config"
104104
],
105105
"semanticCommitType": "build",
106-
"semanticCommitScope": "deps"
106+
"semanticCommitScope": "deps",
107+
"enabled": true
107108
},
108109
{
109110
"matchPackagePatterns": [

0 commit comments

Comments
 (0)