I want to take build using package manager that all the config folder under /apps/<myproject>/ folders. In each environment I will not know what type of runmode folders there. Is there a way to use filter to select all the folder starts with config instead of adding all the entry in filter node as below.
<workspaceFilter version="1.0">
<filter root="/apps/myproject/config"/>
<filter root="/apps/myproject/config.author"/>
<filter root="/apps/myproject/config.author.prod"/>
<filter root="/apps/myproject/config.author.stage"/>
</workspaceFilter>