forked from livekit/server-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
34 lines (34 loc) · 896 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"postUpdateOptions": ["gomodTidy"],
"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"],
"groupName": "pion deps",
"matchPackageNames": ["github.com/pion{/,}**"]
},
{
"matchManagers": ["gomod"],
"groupName": "LiveKit go deps",
"matchPackageNames": ["github.com/livekit{/,}**"]
}
],
"ignorePaths": []
}