Skip to content

Commit

Permalink
merge dependabot into single config (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas authored Jan 5, 2024
1 parent 95067cf commit ea79b84
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
- skip-changelog
- Team:Elastic-Agent
allow:
# Only update internal dependencies for now while we evaluate this workflow.
- dependency-name: "github.com/elastic/*"
reviewers:
- "elastic/elastic-agent-control-plane"
open-pull-requests-limit: 10
- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand All @@ -25,13 +11,14 @@ updates:
- Team:Elastic-Agent
groups:
otel-dependencies:
patterns:
- "*"
exclude-patterns:
- "github.com/elastic/*"
update-types:
- "minor"
- "patch"
allow:
# Only update internal dependencies for now while we evaluate this workflow.
- dependency-name: "github.com/elastic/*"
- dependency-name: "go.opentelemetry.io/collector/*"
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
reviewers:
Expand Down

0 comments on commit ea79b84

Please sign in to comment.