forked from livekit/livekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
33 lines (33 loc) · 859 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"commitBody": "Generated by renovateBot",
"packageRules": [
{
"schedule": "before 6am every monday",
"matchManagers": ["github-actions"],
"groupName": "github workflows"
},
{
"schedule": "before 6am every monday",
"matchManagers": ["dockerfile"],
"groupName": "docker deps"
},
{
"schedule": "before 6am every monday",
"matchManagers": ["gomod"],
"groupName": "go deps"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/pion"],
"groupName": "pion deps"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/livekit"],
"groupName": "livekit deps"
}
],
"postUpdateOptions": ["gomodTidy"]
}