This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new ef22b10 RATIS-2458. Prevent Protobuf major version upgrade via
Dependabot (#90)
ef22b10 is described below
commit ef22b104d995286539d8876bf99c26e9ac26e34b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Mar 28 08:32:15 2026 +0100
RATIS-2458. Prevent Protobuf major version upgrade via Dependabot (#90)
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6f50b6a..5189672 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -32,3 +32,6 @@ updates:
cronjob: "15 8 * * *"
cooldown:
default-days: 4
+ ignore:
+ - dependency-name: "com.google.protobuf:protobuf-java"
+ update-types: ["version-update:semver-major"]