Referencing arrays from other files

I want to be able to reference and join arrays mainly to have a base set of plugins but give each “project” the ability to add their own to the config. Something like

plugins:
  ${file(../myCustomFile.yml)}.plugins
  - a-plugin

Is this possible?