Skip to content

Commit

Permalink
Merge branch 'main' into renovate/googleapis-java-cloud-bom-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Mar 7, 2024
2 parents a2a3746 + 4d3c06e commit c6a63c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM gcr.io/cloud-devrel-public-resources/python

# install tools
RUN apt-get update && apt-get install -y \
unzip openjdk-17-jdk rsync maven \
unzip openjdk-17-jdk rsync maven jq \
&& apt-get clean

COPY library_generation /src
Expand Down
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"^.cloudbuild/*"
],
"matchStrings": [
"_JAVA_SHARED_CONFIG_VERSION: \"(?<currentValue>.+?)\""
" _JAVA_SHARED_CONFIG_VERSION: '(?<currentValue>.+?)'"
],
"depNameTemplate": "com.google.cloud:google-cloud-shared-config",
"datasourceTemplate": "maven"
Expand Down Expand Up @@ -103,7 +103,8 @@
"^com.google.cloud:google-cloud-shared-config"
],
"semanticCommitType": "build",
"semanticCommitScope": "deps"
"semanticCommitScope": "deps",
"enabled": true
},
{
"matchPackagePatterns": [
Expand Down

0 comments on commit c6a63c7

Please sign in to comment.