Skip to content

Commit

Permalink
Enable dependabot for cmd/otelinmemexporter (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar authored Jun 7, 2024
1 parent 340fae1 commit 64b8465
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ updates:
directory: "tools/"
schedule:
interval: "weekly"
# otelinmemexporter
- package-ecosystem: "gomod"
directory: "cmd/otelinmemexporter/"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/*"
golang.org/x/:
patterns:
- "golang.org/x/*"

# GitHub actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 64b8465

Please sign in to comment.