Closed mpeddada1 closed 1 week ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
From https://github.com/googleapis/sdk-platform-java/pull/3372, the files
.cloudbuild/
directories aren't getting updated to use the latest java-shared-config version. From the renovate logs, there appears to be a difference in the registry urls used when looking up versions from maven central.Registry used when an update to the latest version is successfully made to
1.12.0
:For
.cloudbuild/
files, the registryUrl defaults tohttps://repo.maven.apache.org/maven2
:Explicitly specifying registryUrl to
https://repo1.maven.org/maven2
worked in https://github.com/mpeddada1/forking-renovate-repro