From 3e379eece390b12e8d4d0dc6ac59466cbbf824cc Mon Sep 17 00:00:00 2001 From: Hylke van der Schaaf Date: Tue, 17 Sep 2024 15:22:10 +0200 Subject: [PATCH] [CI] Limit OpenJFX to 22, to stay OpenJDK 17 compatible --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0832fb7..e44a7ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: dependencies: patterns: - "*" + ignore: + - dependency-name: "org.openjfx:*" + versions: ["[22,)"] + # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"