We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c93fbe + af95a15 commit 471d6b7Copy full SHA for 471d6b7
.github/dependabot.yml
@@ -41,6 +41,10 @@ updates:
41
- dependency-name: "com.tngtech.archunit:archunit"
42
versions:
43
- ">= 1.0.a"
44
+ # bnd: don't upgrade to v7 (requires JDK17+)
45
+ - dependency-name: "biz.aQute.bnd.builder:biz.aQute.bnd.builder.gradle.plugin"
46
+ versions:
47
+ - ">= 7.0.a"
48
- package-ecosystem: "github-actions"
49
directory: ".github/workflows"
50
schedule:
0 commit comments