adoroszlai opened a new pull request, #121: URL: https://github.com/apache/ratis-thirdparty/pull/121
Previously we added a rule to avoid major version upgrades for `protobuf-java` (ef22b104d995286539d8876bf99c26e9ac26e34b), which dependabot [confirmed](https://github.com/apache/ratis-thirdparty/pull/89#issuecomment-4147530040). But now it wants to bump `protobuf-java-util` (#119). ``` updater | 2026/05/27 10:29:44 INFO <job_1386203310> Checking if com.google.protobuf:protobuf-java 3.25.9 needs updating updater | 2026/05/27 10:29:44 INFO <job_1386203310> Ignored versions: updater | 2026/05/27 10:29:44 INFO <job_1386203310> version-update:semver-major - from .github/dependabot.yml ... updater | 2026/05/27 10:29:44 INFO <job_1386203310> All updates for com.google.protobuf:protobuf-java were ignored ... updater | 2026/05/27 10:29:51 INFO <job_1386203310> Checking if com.google.protobuf:protobuf-java-util 3.25.9 needs updating ... updater | 2026/05/27 10:29:53 INFO <job_1386203310> Updating com.google.protobuf:protobuf-java, com.google.protobuf:protobuf-java-util updater | 2026/05/27 10:29:53 INFO <job_1386203310> Submitting com.google.protobuf:protobuf-java, com.google.protobuf:protobuf-java-util pull request for creation ``` https://github.com/apache/ratis-thirdparty/actions/runs/26505443144/job/78056488218 This addendum tweaks the dependabot rule to ignore all protobuf artifacts. https://issues.apache.org/jira/browse/RATIS-2458 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
