Skip to content

Commit

Permalink
ci: ignore beats in dependabot config (#6086) (#6151)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f5fbd7)

Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com>
  • Loading branch information
mergify[bot] and kruskall authored Nov 27, 2024
1 parent eb9e349 commit 19f8412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ updates:
- dependency-name: "go.opentelemetry.io/collector/*"
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
- dependency-name: "github.com/elastic/opentelemetry-collector-components/*"
ignore:
- dependency-name: "github.com/elastic/beats/*"
reviewers:
- "elastic/elastic-agent-control-plane"
open-pull-requests-limit: 10
Expand Down

0 comments on commit 19f8412

Please sign in to comment.