File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 77 ] ,
88 "packageRules" : [
99 {
10- // reduces the number of Renovate PRs
11- // (patch updates are typically non-breaking)
12- "groupName" : "all patch versions" ,
13- "matchUpdateTypes" : [ "patch" ] ,
14- "schedule" : [ "before 8am every weekday" ]
10+ groupName : 'github actions' ,
11+ matchManagers : [
12+ 'github-actions' ,
13+ ] ,
14+ schedule : [
15+ 'before 8am on the first Tuesday of the month' ,
16+ ] ,
1517 } ,
1618 {
17- // avoids these Renovate PRs from trickling in throughout the week
18- // (consolidating the review process)
19- "matchUpdateTypes" : [ "minor" , "major" ] ,
20- "schedule" : [ "before 8am on Monday" ]
21- }
19+ matchManagers : [
20+ '!github-actions' ,
21+ ] ,
22+ schedule : [
23+ 'before 8am on the first Tuesday of the month' ,
24+ ] ,
25+ } ,
2226 ] ,
2327 "labels" : [
2428 "dependencies"
You can’t perform that action at this time.
0 commit comments