Currently a mobanfile can only include one overrides: to list a yaml file which contains more settings.
In order to split input data into multiple files, the following is needed: A.yaml overrides: B.yaml overrides: C.yaml
However B and C may have unrelated set of data, so it is an annoyance that B should refer to C.
This also reduces re-usability.
Another project (Z) might want to use the values in B , but not the values in C.
A should be able to directly include B and C, while Z includes B only.