-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathdependabot.yaml
202 lines (202 loc) · 6.11 KB
/
dependabot.yaml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
version: 2
updates:
- package-ecosystem: gomod
directory: /
labels:
- dependencies
- dependencies-go
- team/triage
- changelog/no-changelog
milestone: 22
ignore:
# These dependencies are replaced in the main go.mod file.
# They are ignored since bumping them would have no effect on the build.
# To update them automatically, it is necessary to remove the `replace` directive.
- dependency-name: k8s.io/*
- dependency-name: github.com/cihub/seelog
- dependency-name: github.com/containerd/cgroups
- dependency-name: github.com/containerd/containerd
- dependency-name: github.com/coreos/go-systemd
# We only replace github.com/docker/distribution but we ignore all Docker dependencies.
- dependency-name: github.com/docker/*
- dependency-name: github.com/florianl/go-conntrack
- dependency-name: github.com/iovisor/gobpf
- dependency-name: github.com/lxn/walk
- dependency-name: github.com/mholt/archiver
- dependency-name: github.com/prometheus/client_golang
- dependency-name: github.com/spf13/cast
- dependency-name: github.com/ugorji/go
# Ignore internal modules
- dependency-name: github.com/DataDog/datadog-agent/*
schedule:
interval: weekly
open-pull-requests-limit: 100
groups:
franz-go:
patterns:
- "github.com/twmb/franz-go*"
bun:
patterns:
- "github.com/uptrace/bun*"
- package-ecosystem: gomod
directory: /pkg/trace
labels:
- dependencies
- dependencies-go
- team/agent-apm
- changelog/no-changelog
milestone: 22
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/datadog-agent/*
# See https://github.com/DataDog/datadog-agent/pull/10112
- dependency-name: github.com/mailru/easyjson
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /pkg/gohai
labels:
- dependencies
- dependencies-go
- team/agent-shared-components
- changelog/no-changelog
milestone: 22
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/datadog-agent/*
# See https://github.com/DataDog/datadog-agent/pull/10112
- dependency-name: github.com/mailru/easyjson
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /pkg/obfuscate
labels:
- dependencies
- dependencies-go
- team/agent-apm
- changelog/no-changelog
milestone: 22
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/datadog-agent/*
# See https://github.com/DataDog/datadog-agent/pull/10112
- dependency-name: github.com/mailru/easyjson
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /pkg/security/secl
labels:
- dependencies
- dependencies-go
- team/agent-security
- changelog/no-changelog
milestone: 22
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/datadog-agent/*
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /internal/tools
labels:
- dependencies
- dependencies-go
- dependencies-go-tools # This makes the go_mod_tidy Github Action not run go tools from this
# package on Dependabot PRs. Otherwise, a malicious dependency could
# publish a new version exploiting that it runs automatically after it
# is updated to write to our repo.
- dev/tooling
- team/agent-build-and-releases
- changelog/no-changelog
- qa/no-code-change
milestone: 22
schedule:
interval: monthly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /pkg/networkdevice/profile
labels:
- dependencies
- dependencies-go
- team/network-device-monitoring
- changelog/no-changelog
milestone: 22
ignore:
# Ignore internal modules
- dependency-name: github.com/DataDog/datadog-agent/*
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /test/new-e2e
labels:
- dependencies
- dependencies-go
- team/agent-e2e-test
- changelog/no-changelog
- qa/no-code-change
- dev/testing
milestone: 22
ignore:
# Ignore test-infra-definitions because bumping the GO package inside `go.mod`
# requires to also bump `TEST_INFRA_DEFINITIONS_BUILDIMAGES` inside `.gitlab-ci.yml`
# and dependabot isn’t able to keep those two synchronized.
- dependency-name: github.com/DataDog/test-infra-definitions
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: gomod
directory: /test/fakeintake
labels:
- dependencies
- dependencies-go
- team/agent-e2e-test
- changelog/no-changelog
- qa/no-code-change
- dev/testing
milestone: 22
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: pip
directory: /test/e2e/cws-tests
labels:
- dependencies
- python
- team/agent-security
- changelog/no-changelog
- qa/no-code-change
- dev/tooling
milestone: 22
schedule:
interval: monthly
open-pull-requests-limit: 100
- package-ecosystem: docker
directory: /test/fakeintake
labels:
- dependencies
- team/agent-e2e-test
- changelog/no-changelog
- qa/no-code-change
- dev/testing
milestone: 22
schedule:
interval: weekly
open-pull-requests-limit: 100
- package-ecosystem: github-actions
directory: /
labels:
- dependencies
- dependencies-github-actions
- team/agent-ci-experience
- changelog/no-changelog
- qa/no-code-change
- dev/tooling
milestone: 22
schedule:
interval: weekly
open-pull-requests-limit: 100