Hey, I would like to change the default drone configuration file for all the repos in my organization (and future enabled/created). Is there a way to change it globally?
@natali there is no global setting to override the default configuration path (yaml path) for new repositories. I suppose you could implement some sort of workaround. For example, setup a system webhook to notify when new repositories are activated, then use the Drone API to update the repository configuration path.
Thank you, I will try to find a workaround for that