summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-01-22 14:33:51 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2024-01-22 14:34:29 -0800
commitcffa54acad13fb633739fadd51f5ff79484f9aa8 (patch)
tree8c2fd6fe845c516d0548b92ff9affdb2bcc695fe
parentdcabe87fc8b8523cabea533df18d2b3b616e78da (diff)
Try to exclude rubygems Rust stuff from dependabot
It should be managed in rubygems/rubygems and sync-ed to ruby/ruby. We shouldn't get PRs to rubygems in ruby/ruby.
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ef07b0fa3f..426893be2a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,3 +12,7 @@ updates:
directory: '/.github/actions/setup/directories'
schedule:
interval: 'daily'
+ - package-ecosystem: 'cargo'
+ directory: '/yjit'
+ schedule:
+ interval: 'daily'