Skip to content

Commit

Permalink
feat: replace renovate with dependabot (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Feb 12, 2024
1 parent 668fa48 commit e0bb413
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
version: 2
updates:

# Go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/*"
jaeger:
patterns:
- "github.com/jaegertracing/jaeger"
- "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
golang.org/x/:
patterns:
- "golang.org/x/*"
go-agent:
patterns:
- "go.elastic.co/apm*"
# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
9 changes: 0 additions & 9 deletions .github/renovate.json

This file was deleted.

0 comments on commit e0bb413

Please sign in to comment.