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.
This commit is contained in:
Takashi Kokubun 2024-01-22 14:33:51 -08:00
Родитель dcabe87fc8
Коммит cffa54acad
1 изменённых файлов: 4 добавлений и 0 удалений

4
.github/dependabot.yml поставляемый
Просмотреть файл

@ -12,3 +12,7 @@ updates:
directory: '/.github/actions/setup/directories'
schedule:
interval: 'daily'
- package-ecosystem: 'cargo'
directory: '/yjit'
schedule:
interval: 'daily'