-
Notifications
You must be signed in to change notification settings - Fork 2
/
renovate.json
49 lines (49 loc) · 831 Bytes
/
renovate.json
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
{
"extends": [
"config:base"
],
"assignees": [
"x-way"
],
"reviewers": [
"x-way"
],
"labels": [
"renovate"
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"updateTypes": [
"digest",
"patch"
],
"packagePatterns": [
"^golang.org/x/"
],
"schedule": [
"after 6pm"
]
},
{
"packageNames": [
"github.com/x-way/iptables-tracer",
"github.com/x-way/pktdump",
"golang.org/x/sys",
"github.com/prometheus/client_golang",
"github.com/mdlayher/netlink",
"github.com/google/gopacket"
],
"updateTypes": [
"digest",
"patch",
"minor"
],
"reviewers": [],
"assignees": [],
"automerge": true
}
]
}