Skip to content

Commit ea79b84

Browse files
merge dependabot into single config (#4003)
1 parent 95067cf commit ea79b84

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/dependabot.yml

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
---
22
version: 2
33
updates:
4-
- package-ecosystem: "gomod"
5-
directory: "/"
6-
schedule:
7-
interval: "daily"
8-
labels:
9-
- automation
10-
- skip-changelog
11-
- Team:Elastic-Agent
12-
allow:
13-
# Only update internal dependencies for now while we evaluate this workflow.
14-
- dependency-name: "github.com/elastic/*"
15-
reviewers:
16-
- "elastic/elastic-agent-control-plane"
17-
open-pull-requests-limit: 10
184
- package-ecosystem: "gomod"
195
directory: "/"
206
schedule:
@@ -25,13 +11,14 @@ updates:
2511
- Team:Elastic-Agent
2612
groups:
2713
otel-dependencies:
28-
patterns:
29-
- "*"
14+
exclude-patterns:
15+
- "github.com/elastic/*"
3016
update-types:
3117
- "minor"
3218
- "patch"
3319
allow:
3420
# Only update internal dependencies for now while we evaluate this workflow.
21+
- dependency-name: "github.com/elastic/*"
3522
- dependency-name: "go.opentelemetry.io/collector/*"
3623
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
3724
reviewers:

0 commit comments

Comments
 (0)