Skip to content

Commit

Permalink
[CI] Limit OpenJFX to 22, to stay OpenJDK 17 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 17, 2024
1 parent c01f2a0 commit 3e379ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ updates:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.openjfx:*"
versions: ["[22,)"]


# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 3e379ee

Please sign in to comment.