Skip to content

Commit

Permalink
feat: add dependabot (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Mar 11, 2024
1 parent 1a39dae commit 79d267b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
version: 2
updates:
# go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/*"
spf13:
patterns:
- "github.com/spf13/*"
golang.org/x/:
patterns:
- "golang.org/x/*"
go-agent:
patterns:
- "go.elastic.co/apm*"
# go tools
- package-ecosystem: "gomod"
directory: "tools/"
schedule:
interval: "weekly"

# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 79d267b

Please sign in to comment.