File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "extends" : [
3- " config:base "
3+ " config:recommended "
44 ],
55 "labels" : [],
66 "reviewers" : [],
77 "ignoreDeps" : [],
88 "prConcurrentLimit" : 1 ,
99 "prHourlyLimit" : 0 ,
10- "rebaseStalePrs " : true ,
10+ "rebaseWhen " : " behind-base-branch " ,
1111 "vulnerabilityAlerts" : {},
1212 "automerge" : true ,
1313 "platformAutomerge" : true ,
14- "python" : {
15- "packageRules" : [
16- {
17- "matchDepNames" : [" python" ],
18- "rangeStrategy" : " replace"
19- }
20- ],
21- "lockFileMaintenance" : {
22- "enabled" : true ,
23- "schedule" : [
24- " before 4pm on Monday except before 9am on Monday"
25- ]
26- }
27- },
2814 "rangeStrategy" : " pin" ,
2915 "timezone" : " America/New_York" ,
3016 "schedule" : [
3521 "schedule" : [
3622 " before 4pm on Monday except before 9am on Monday"
3723 ]
38- }
24+ },
25+ "packageRules" : [
26+ {
27+ "matchCategories" : [" python" ],
28+ "lockFileMaintenance" : {
29+ "enabled" : true ,
30+ "schedule" : [" before 4pm on Monday except before 9am on Monday" ]
31+ },
32+ "matchDepNames" : [" python" ],
33+ "rangeStrategy" : " replace"
34+ }
35+ ]
3936}
You can’t perform that action at this time.
0 commit comments