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 5f7e0cf RATIS-2458. Ignore major version upgrade for all protobuf
artifacts (#121)
5f7e0cf is described below
commit 5f7e0cfd7f3de11a79b3bf9e6cff6d006d139451
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed May 27 15:34:36 2026 +0200
RATIS-2458. Ignore major version upgrade for all protobuf artifacts (#121)
---
.github/dependabot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a8a50aa..1ab80e7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -33,5 +33,5 @@ updates:
cooldown:
default-days: 7
ignore:
- - dependency-name: "com.google.protobuf:protobuf-java"
+ - dependency-name: "com.google.protobuf:*"
update-types: ["version-update:semver-major"]