File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 33 "extends" : [
44 "config:base"
55 ] ,
6+ "timezone" : "Asia/Tokyo" ,
67 "automerge" : true ,
78 "platformAutomerge" : true ,
89 "git-submodules" : {
1213 "packageRules" : [
1314 {
1415 "matchPackagePatterns" : [ "^line-openapi$" ] ,
15- "labels" : [" dependency upgrade" , " line-openapi-update" ]
16+ "labels" : [ "dependency upgrade" , "line-openapi-update" ] ,
17+ // In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
18+ // hours, as there are code changes.
19+ // If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
20+ // all, so we allow it to run at night just in case.
21+ "schedule" : [ "after 11pm and before 4am" ]
1622 } ,
1723 {
1824 "matchPaths" : [
You can’t perform that action at this time.
0 commit comments