-
Notifications
You must be signed in to change notification settings - Fork 528
/
Copy pathdependabot.yml
78 lines (76 loc) · 1.75 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
version: 2
updates:
# go dependencies
- package-ecosystem: "gomod"
directory: "/"
ignore:
- dependency-name: "github.com/elastic/beats/v7"
schedule:
interval: "daily"
groups:
otel:
patterns:
- "go.opentelemetry.io/*"
- "github.com/jaegertracing/jaeger"
- "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger"
spf13:
patterns:
- "github.com/spf13/*"
golang.org/x/:
patterns:
- "golang.org/x/*"
go-agent:
patterns:
- "go.elastic.co/apm*"
# go systemtest
- package-ecosystem: "gomod"
directory: "systemtest/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
# docker
- package-ecosystem: "docker"
directory: "/packaging/docker/"
schedule:
interval: "weekly"
# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
groups:
github-actions:
patterns:
- "*"
# GitHub composite actions
- package-ecosystem: "github-actions"
directory: "/.github/workflows/generate-smoke-tests-list"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
reviewers:
- "elastic/observablt-ci"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/.github/workflows/setup-cluster-env"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
reviewers:
- "elastic/observablt-ci"
groups:
github-actions:
patterns:
- "*"