From cffa54acad13fb633739fadd51f5ff79484f9aa8 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 22 Jan 2024 14:33:51 -0800 Subject: [PATCH] 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. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'