diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53ebd072..b0259f9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 +ignore: + # Updated to JRuby are causing doc generation failures + - dependency-name: "org.jruby:jruby-complete" updates: - package-ecosystem: "github-actions" directory: "/"