Skip to content

Commit

Permalink
Disable updates for ruby (no longer maintaining)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 27, 2024
1 parent 9b9c292 commit a0d7902
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,24 @@ updates:
interval: 'weekly'
time: '02:00'

- package-ecosystem: 'bundler'
directory: '/updater'
schedule:
interval: 'weekly'
time: '02:00'
groups:
opentelemetry:
patterns: ['opentelemetry-*']
rubocop:
patterns: ['*rubocop*']
exclude-patterns: ['rubocop-rspec']
sentry:
patterns: ['sentry-*']
ignore:
- dependency-name: 'dependabot-omnibus'
# We intend to remove the ruby code so we would not need this
# Right now the ruby code is unmaintained
# - package-ecosystem: 'bundler'
# directory: '/updater'
# schedule:
# interval: 'weekly'
# time: '02:00'
# groups:
# opentelemetry:
# patterns: ['opentelemetry-*']
# rubocop:
# patterns: ['*rubocop*']
# exclude-patterns: ['rubocop-rspec'] # has a bug
# sentry:
# patterns: ['sentry-*']
# ignore:
# # ignored because there are some major changes
# - dependency-name: 'dependabot-omnibus'

- package-ecosystem: 'docker'
directories: ['**/*']
Expand Down

0 comments on commit a0d7902

Please sign in to comment.