How to manage circleci config file for multiple repos

We have a templated circleci config file that gets committed when a new repo is created. We are running into an issue where the number of repos in our environment is growing and when we need to update the templated config file there is no easy way that I could fine to update all of the config files. Is there a way in circleci to have a global circlci config file that can be shared with multiple repos or a way to update the configuration file from a central location ?

Hello @junior_ee. Welcome to the CircleCI community!

You can find a suggestion on how to deploy a CircleCI configuration to multiple GitHub repositories in this Support article.

Let me know if this helps.