Skip to content

Commit

Permalink
Ignore JRuby updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
  • Loading branch information
ryanjbaxter authored Feb 5, 2025
1 parent ff88b31 commit 6717ccd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand All @@ -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:
Expand Down

0 comments on commit 6717ccd

Please sign in to comment.