Ignore JRuby updates

Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
This commit is contained in:
Ryan Baxter
2025-02-05 09:15:20 -05:00
committed by GitHub
parent ff88b313db
commit 6717ccd44d

View File

@@ -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: