Skip to content

Commit

Permalink
Add dependabot checks for nested go mod files (open-telemetry#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Feb 1, 2023
1 parent e65c893 commit 80a5b0d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ updates:
directory: /
schedule:
interval: daily
- package-ecosystem: gomod
directory: /cmd/operator-opamp-bridge
schedule:
interval: daily
- package-ecosystem: gomod
directory: /cmd/otel-allocator
schedule:
interval: daily

- package-ecosystem: github-actions
directory: /
Expand All @@ -13,4 +21,4 @@ updates:
- package-ecosystem: docker
directory: /
schedule:
interval: daily
interval: daily

0 comments on commit 80a5b0d

Please sign in to comment.