Using include in drone.yml

Is there anyway with the .drone.yml to include other files. Google says no generally but if using the Syphonny yaml parser its a maybe…So can we include other files in .drone.yml?

I assume you are asking for an option to include or import external files similar to docker-compose extends feature? It is not possible to split your drone yaml into multiple files through imports or includes.