From 6717ccd44dcb062f6e09913e93373ee4a07a1d74 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 5 Feb 2025 09:15:20 -0500 Subject: [PATCH] Ignore JRuby updates Signed-off-by: Ryan Baxter --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4211b080..487b3d59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 -ignore: - - dependency-name: "org.jruby:jruby-complete" + updates: - package-ecosystem: "github-actions" directory: "/" @@ -22,6 +21,13 @@ updates: target-branch: "4.1.x" schedule: interval: "weekly" + - package-ecosystem: maven + directory: / + schedule: + interval: daily + ignore: + # JRuby updates are causing docs generation to fail + - dependency-name: "org.jruby:jruby-complete" - package-ecosystem: maven directory: / schedule: