This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f6d9044 Ignore some updates for 1.9.x
6f6d9044 is described below

commit 6f6d90441b8328e09cf4ec990b2f56f3b12820f3
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Apr 25 23:02:59 2025 +0200

    Ignore some updates for 1.9.x
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 808cd6fd..16bfef4b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -31,6 +31,17 @@ updates:
     - "resolver1"
     - "dependencies"
     - "java"
+  ignore:
+    - dependency-name: "biz.aQute.bnd:bnd-maven-plugin"
+      versions: [ "[7.0.0,)" ]
+    - dependency-name: "com.hazelcast:hazelcast"
+      versions: [ "[5.4.0,)" ]
+    - dependency-name: "org.eclipse.jetty:*"
+      versions: [ "[10.0.0,)" ]
+    - dependency-name: "org.mockito:mockito-core"
+      versions: [ "[5.0.0,)" ]
+    - dependency-name: "org.slf4j:*"
+      versions: [ "[2.0.0,)" ]
 
 - package-ecosystem: "github-actions"
   directory: "/"

Reply via email to