Skip to content

Commit

Permalink
Add missing package-ecosystem (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic authored Feb 7, 2025
1 parent 1fb93ad commit c999d52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2

updates:
- directory: "sentry-delayed_job"
package-ecosystem: "bundler"
schedule:
interval: "daily"
allow:
Expand All @@ -13,6 +14,7 @@ updates:
- "**/examples/**"

- directory: "sentry-opentelemetry"
package-ecosystem: "bundler"
schedule:
interval: "daily"
allow:
Expand All @@ -24,6 +26,7 @@ updates:
- "**/examples/**"

- directory: "sentry-rails"
package-ecosystem: "bundler"
schedule:
interval: "daily"
allow:
Expand All @@ -35,6 +38,7 @@ updates:
- "**/examples/**"

- directory: "sentry-ruby"
package-ecosystem: "bundler"
schedule:
interval: "daily"
allow:
Expand All @@ -46,6 +50,7 @@ updates:
- "**/examples/**"

- directory: "sentry-resque"
package-ecosystem: "bundler"
schedule:
interval: "daily"
allow:
Expand All @@ -57,6 +62,7 @@ updates:
- "**/examples/**"

- directory: "sentry-sidekiq"
package-ecosystem: "bundler"
schedule:
interval: "daily"
allow:
Expand Down

0 comments on commit c999d52

Please sign in to comment.