Skip to content

Commit

Permalink
Allow opentelemetry dependency updates (#3935)
Browse files Browse the repository at this point in the history
updates dependabot rules and allows updating dependencies from
    go.opentelemetry.io/*
    github.com/open-telemetry/*
  • Loading branch information
michalpristas authored Jan 4, 2024
1 parent 3a3d31c commit 826845d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,25 @@ updates:
reviewers:
- "elastic/elastic-agent-control-plane"
open-pull-requests-limit: 10
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
- skip-changelog
- Team:Elastic-Agent
groups:
otel-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"
allow:
# Only update internal dependencies for now while we evaluate this workflow.
- dependency-name: "go.opentelemetry.io/collector/*"
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
reviewers:
- "elastic/elastic-agent-control-plane"
open-pull-requests-limit: 10

0 comments on commit 826845d

Please sign in to comment.