java-docs-samples icon indicating copy to clipboard operation
java-docs-samples copied to clipboard

fix renovate rules to prevent it from lumping hbase & spark together

Open igorbernstein2 opened this issue 3 years ago • 2 comments

Renovate PR #6847 intended to only upgrade hbase in the bigtable/spark example. But it seems to have also accidentally upgraded spark as well. This caused the example to break since it bumped spark to a nonexistent version

igorbernstein2 avatar Mar 22 '22 15:03 igorbernstein2

It's not clear how the Renovate config caused this: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/renovate.json

meredithslota avatar Jul 27 '22 16:07 meredithslota

If we can't isolate these using config, it may be a bug with Renovate re: mixing up updates with identical versions. We can file that issue here: https://github.com/renovatebot/renovate

meredithslota avatar Jul 27 '22 16:07 meredithslota

This PR confirms this is no longer an issue https://github.com/GoogleCloudPlatform/java-docs-samples/pull/7721/files

averikitsch avatar Mar 22 '23 22:03 averikitsch