File tree Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:base"
5- ],
6- "postUpdateOptions" : [
7- " gomodTidy"
8- ],
3+ "extends" : [" config:recommended" ],
4+ "postUpdateOptions" : [" gomodTidy" ],
95 "commitBody" : " Generated by renovateBot" ,
106 "packageRules" : [
117 {
12- "matchUpdateTypes" : [
13- " minor" ,
14- " patch" ,
15- " pin" ,
16- " digest"
17- ],
18- "automerge" : false
8+ "schedule" : " before 6am every monday" ,
9+ "matchManagers" : [" github-actions" ],
10+ "groupName" : " github workflows"
11+ },
12+ {
13+ "schedule" : " before 6am every monday" ,
14+ "matchManagers" : [" dockerfile" ],
15+ "groupName" : " docker deps"
16+ },
17+ {
18+ "schedule" : " before 6am every monday" ,
19+ "matchManagers" : [" gomod" ],
20+ "groupName" : " go deps"
21+ },
22+ {
23+ "matchManagers" : [" gomod" ],
24+ "groupName" : " pion deps" ,
25+ "matchPackageNames" : [" github.com/pion{/,}**" ]
1926 },
2027 {
21- "packagePatterns" : [
22- " ^golang.org/x/"
23- ],
24- "schedule" : [
25- " on the first day of the month"
26- ]
28+ "matchManagers" : [" gomod" ],
29+ "groupName" : " LiveKit go deps" ,
30+ "matchPackageNames" : [" github.com/livekit{/,}**" ]
2731 }
2832 ],
29- "ignorePaths" : [
30- ]
33+ "ignorePaths" : []
3134}
You can’t perform that action at this time.
0 commit comments