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"