Skip to content

Commit

Permalink
feat: add dependabot config for go dependencies (#12519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Feb 1, 2024
1 parent 62f68be commit 1daf5ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
version: 2
updates:
# go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/otel*"
go-agent:
patterns:
- "go.elastic.co/apm*"
# go tools
- package-ecosystem: "gomod"
directory: "tools/"
schedule:
interval: "weekly"

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

0 comments on commit 1daf5ee

Please sign in to comment.