Skip to content

Commit

Permalink
[MAINTENANCE] Exclude maven-bundle-plugin 6.x and bndlib 7.x from dep…
Browse files Browse the repository at this point in the history
…endabot checks
  • Loading branch information
alien11689 committed Jan 15, 2025
1 parent 319fe13 commit 75cad78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 75cad78

Please sign in to comment.