-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
Copy pathdependabot.yml
80 lines (78 loc) · 2.66 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
79
80
---
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
labels:
- automation
- dependabot
allow:
# Team:Elastic-Agent-Data-Plane
- dependency-name: github.com/elastic/elastic-agent-autodiscover
- dependency-name: github.com/elastic/elastic-agent-client/*
- dependency-name: github.com/elastic/elastic-agent-libs
- dependency-name: github.com/elastic/elastic-agent-shipper-client
- dependency-name: github.com/elastic/elastic-agent-system-metrics
- dependency-name: github.com/elastic/go-concert
- dependency-name: github.com/elastic/go-elasticsearch/*
- dependency-name: github.com/elastic/go-licenser
- dependency-name: github.com/elastic/go-lookslike
- dependency-name: github.com/elastic/go-lumber
- dependency-name: github.com/elastic/go-structform
- dependency-name: github.com/elastic/go-sysinfo
- dependency-name: github.com/elastic/go-ucfg
- dependency-name: github.com/elastic/gosigar
- dependency-name: go.elastic.co/apm/*
- dependency-name: go.elastic.co/ecszap
- dependency-name: go.elastic.co/go-licence-detector
# Team:Service-Integrations
- dependency-name: github.com/elastic/bayeux
# Team:Security-Linux Platform
- dependency-name: github.com/elastic/go-libaudit/*
- dependency-name: github.com/elastic/go-perf
- dependency-name: github.com/elastic/go-seccomp-bpf
- dependency-name: github.com/elastic/toutoumomoma
- dependency-name: github.com/elastic/ebpfevents
ignore:
# Skip github.com/elastic/mito because it requires documentation updates.
- dependency-name: github.com/elastic/mito
open-pull-requests-limit: 2
# Cloud providers' SDK dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
- dependabot
reviewers:
- "elastic/obs-ds-hosted-services"
- "elastic/obs-infraobs-integrations"
groups:
azure-sdks:
patterns:
- "github.com/Azure/azure-sdk-for-go/*"
- "github.com/Azure/azure-event-hubs-go/*"
- "github.com/Azure/go-autorest/*"
- "github.com/Azure/azure-storage-blob-go/*"
gcp-sdks:
patterns:
- "cloud.google.com/go/*"
- "google.golang.org/*"
# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
labels:
- automation
- dependabot
groups:
github-actions:
patterns:
- "*"
open-pull-requests-limit: 5