forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependabot.yml
131 lines (124 loc) · 3.13 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
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
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
ignore:
# Breaks backwards compatibility
- dependency-name: github.com/gravitational/ttlmap
# Must be kept in-sync with libbpf
- dependency-name: github.com/aquasecurity/libbpfgo
# Forked/replaced dependencies
- dependency-name: github.com/alecthomas/kingpin/v2
- dependency-name: github.com/coreos/go-oidc
- dependency-name: github.com/go-mysql-org/go-mysql
- dependency-name: github.com/gogo/protobuf
- dependency-name: github.com/julienschmidt/httprouter
- dependency-name: github.com/keys-pub/go-libfido2
- dependency-name: github.com/microsoft/go-mssqldb
- dependency-name: github.com/redis/go-redis/v9
- dependency-name: github.com/vulcand/predicate
open-pull-requests-limit: 10
reviewers:
- codingllama
- jentfoo
- rosstimothy
- zmb3
- package-ecosystem: gomod
directory: "/api"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
reviewers:
- codingllama
- jentfoo
- rosstimothy
- zmb3
- package-ecosystem: gomod
directory: "/assets/aws"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
ignore:
# Forked/replaced dependencies
- dependency-name: github.com/alecthomas/kingpin/v2
open-pull-requests-limit: 10
reviewers:
- codingllama
- jentfoo
- rosstimothy
- tcsc
- zmb3
- package-ecosystem: gomod
directory: "/assets/backport"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
reviewers:
- codingllama
- jentfoo
- rosstimothy
- zmb3
- package-ecosystem: gomod
directory: "/build.assets/tooling"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
ignore:
# Forked/replaced dependencies
- dependency-name: github.com/alecthomas/kingpin/v2
open-pull-requests-limit: 10
reviewers:
- codingllama
- fheinecke
- jentfoo
- rosstimothy
- zmb3
- package-ecosystem: gomod
directory: "/integrations/kube-agent-updater"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
reviewers:
- codingllama
- hugoShaka
- jentfoo
- rosstimothy
- zmb3
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
reviewers:
- codingllama
- ibeckermayer
- jentfoo
- rosstimothy
- zmb3
- package-ecosystem: cargo
directory: "/lib/srv/desktop/rdp/rdpclient"
schedule:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
reviewers:
- codingllama
- ibeckermayer
- jentfoo
- rosstimothy
- zmb3