Skip to content

Commit

Permalink
Merge pull request #571 from raboof/dependabot-bndlib
Browse files Browse the repository at this point in the history
dependabot: avoid updating major bndlib updates
  • Loading branch information
sebbASF authored Feb 10, 2025
2 parents e229d38 + 408b263 commit 997a7bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ updates:
schedule:
interval: "weekly"
day: "friday"
- ignore:
# Disable automatic major updates of bndlib because
# org.apache.felix:maven-bundle-plugin does not yet support bndlib 7
- dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 997a7bd

Please sign in to comment.