We are migrating to a mono-repo setup for a number of previously separate codebases, and our CircleCI config file has grown to many hundreds of lines. Now that config is within a
.circleci/
directory, is there an opportunity to split up the config file into multiple pieces to make it more comprehensible?
There was a similar feature request files here previously: https://discuss.circleci.com/t/support-multiple-files-in-circleci-folder/18705
CCI-I-246