This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ update_config "gapic_generator_version" "${latest_gapic_generator_version}" "${g
150150# Update the GitHub Actions reference to the latest.
151151# After the google-cloud-java monorepo migration of sdk-platform-java,
152152# we cannot rely on the gapic-generator-java version tag. Let's use
153- # the shared dependencies BOM version
154- latest_shared_dependencies_bom_version =$( get_latest_released_version " com.google.cloud" " google-cloud-shared-dependencies " )
153+ # the gapic-libraries-bom version
154+ latest_gapic_libraries_bom_version =$( get_latest_released_version " com.google.cloud" " gapic-libraries-bom " )
155155update_action " googleapis/google-cloud-java/sdk-platform-java/.github/scripts" \
156- " google-cloud-shared-dependencies/ v${latest_shared_dependencies_bom_version } " \
156+ " v${latest_gapic_libraries_bom_version } " \
157157 " ${workflow} "
158158
159159# Update libraries-bom version to the latest
Original file line number Diff line number Diff line change 44 pull_request :
55 paths :
66 - ' renovate.json'
7+ - ' .github/workflows/renovate_config_check.yaml'
78
89jobs :
910 renovate_bot_config_validation :
1819 with :
1920 node-version : ' 22'
2021
21- - name : Install Renovate and Config Validator
22+ - name : Run Renovate Config Validator
2223 run : |
23- npm install -g npm@latest
24- npm install --global renovate
25- renovate-config-validator
24+ npx --package renovate@43.136.0 renovate-config-validator
Original file line number Diff line number Diff line change 2626 "fileMatch" : [
2727 " ^.github/workflows/unmanaged-dependency-check.yaml$"
2828 ],
29- "matchStrings" : [" uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/ v(?<currentValue>.+?)\\ n" ],
30- "depNameTemplate" : " com.google.cloud:sdk-platform-java-config " ,
29+ "matchStrings" : [" uses: googleapis/google-cloud-java/ sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@v(?<currentValue>.+?)\\ n" ],
30+ "depNameTemplate" : " com.google.cloud:gapic-libraries-bom " ,
3131 "datasourceTemplate" : " maven"
3232 }
3333 ],
You can’t perform that action at this time.
0 commit comments