Skip to content

Commit

Permalink
[CI] Limit openjfx version, to avoid early access releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Feb 10, 2025
1 parent 591e719 commit 9e32fdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ updates:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.openjfx:*"
versions: ["[24,)"]


# Maintain dependencies for Maven in the v2.5.x branch
Expand All @@ -22,6 +25,9 @@ updates:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "org.openjfx:*"
versions: ["[24,)"]


# Maintain dependencies for Maven in the v2.4.x branch
Expand Down

0 comments on commit 9e32fdd

Please sign in to comment.