Skip to content

Commit

Permalink
Use maven scheme for ignored dependabot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Dec 2, 2024
1 parent a7fe500 commit 54c129c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ updates:
versions:
- ">= 1.0.a"
# bnd: don't upgrade to v7 (requires JDK17+)
- dependency-name: "biz.aQute.bnd.builder:biz.aQute.bnd.builder.gradle.plugin"
- dependency-name: "biz.aQute.bnd.builder"
versions:
- ">= 7.0.a"
- "[7.a, 8]"
# artifactory: don't upgrade to v5 (collides with Kotlin plugin) - Remove once 3.4 is out of support
- dependency-name: "com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin"
- dependency-name: "com.jfrog.artifactory"
versions:
- ">= 5.0.a"
- "[5.a, 6]"
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
Expand Down

0 comments on commit 54c129c

Please sign in to comment.