ruby/.github/dependabot.yml
Takashi Kokubun cffa54acad 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.
2024-01-22 14:34:29 -08:00

18 lines
457 B
YAML

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/.github/actions/slack'
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/.github/actions/setup/directories'
schedule:
interval: 'daily'
- package-ecosystem: 'cargo'
directory: '/yjit'
schedule:
interval: 'daily'