File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
version : 2
3
3
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
18
4
- package-ecosystem : " gomod"
19
5
directory : " /"
20
6
schedule :
@@ -25,13 +11,14 @@ updates:
25
11
- Team:Elastic-Agent
26
12
groups :
27
13
otel-dependencies :
28
- patterns :
29
- - " *"
14
+ exclude- patterns :
15
+ - " github.com/elastic/ *"
30
16
update-types :
31
17
- " minor"
32
18
- " patch"
33
19
allow :
34
20
# Only update internal dependencies for now while we evaluate this workflow.
21
+ - dependency-name : " github.com/elastic/*"
35
22
- dependency-name : " go.opentelemetry.io/collector/*"
36
23
- dependency-name : " github.com/open-telemetry/opentelemetry-collector-contrib/*"
37
24
reviewers :
You can’t perform that action at this time.
0 commit comments