In my use case the number of repos in a directory can change over time.
Therefore I need to register them before any mu operation.
A nice solution for that would by a dynamic detection of all repos in certain directory.
For example in the .mu_repo file by adding property like this:
Would cause mu-repo first to detect all repositories in the indicated directory, and than execute git operation on it.