This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new a7ea2fef6 ci: stop Dependabot bumping iggy in java examples (#3478)
a7ea2fef6 is described below
commit a7ea2fef67edb05a7566a042261f140d3c3b1a92
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Jun 15 12:51:51 2026 +0200
ci: stop Dependabot bumping iggy in java examples (#3478)
da
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b0b56e7f5..cbff9a55a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -194,6 +194,12 @@ updates:
- "java"
cooldown:
default-days: 7
+ ignore:
+ # examples/java wires iggy's own artifact to the local build via
+ # dependency substitution (settings.gradle.kts) behind a
+ # `local-dev` placeholder version. A Dependabot bump to a real
+ # release breaks example CI, which builds against the local tree.
+ - dependency-name: "org.apache.iggy:*"
groups:
java:
patterns: