This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 75cad78cf [MAINTENANCE] Exclude maven-bundle-plugin 6.x and bndlib 7.x
from dependabot checks
75cad78cf is described below
commit 75cad78cf58e3ea6b1593809f84c049633e452ea
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 15 19:14:58 2025 +0100
[MAINTENANCE] Exclude maven-bundle-plugin 6.x and bndlib 7.x from
dependabot checks
---
.github/dependabot.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index d10d4364e..b9af03625 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -14,3 +14,10 @@ updates:
directory: "/spi-fly"
schedule:
interval: "daily"
+ ignore:
+ - dependency-name: "org.apache.felix:maven-bundle-plugin"
+ versions:
+ - ">=6.0.0"
+ - dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
+ versions:
+ - ">=7.0.0"