Skip to content

Commit

Permalink
chore: make go auto dependency a separate group in dependabot (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Oct 13, 2024
1 parent 0199d6a commit af7a68b
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,32 @@ updates:
interval: weekly
- package-ecosystem: gomod
directories:
- /api
- /autoscaler
- /odiglet
- /scheduler
- /cli
- /common
- /frontend
- /instrumentor
- /odiglet
- /opampserver
schedule:
day: sunday
day: monday
interval: weekly
groups:
otel-dependencies:
patterns:
- "go.opentelemetry.io*"
exclude-patterns: # go auto instrumentations update is manually
- "go.opentelemetry.io/auto"
- package-ecosystem: gomod
directory: /odiglet
schedule:
day: monday
interval: weekly
groups:
go-auto-instrumentations:
patterns:
- "go.opentelemetry.io/auto"
- package-ecosystem: gomod
directory: /autoscaler
schedule:
Expand Down

0 comments on commit af7a68b

Please sign in to comment.