-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathrenovate.json
More file actions
33 lines (33 loc) · 853 Bytes
/
renovate.json
File metadata and controls
33 lines (33 loc) · 853 Bytes
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", "helpers:pinGitHubActionDigests"],
"minimumReleaseAge": "2 weeks",
"schedule": ["before 9am on monday"],
"postUpdateOptions": ["gomodTidy"],
"commitBody": "Generated by renovateBot",
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github workflows"
},
{
"matchManagers": ["dockerfile"],
"groupName": "docker deps"
},
{
"matchManagers": ["gomod"],
"groupName": "go deps"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/pion"],
"groupName": "pion deps"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/livekit"],
"groupName": "livekit deps"
}
],
"ignorePaths": []
}