My org names Gitlab projects for the name of the library, service or interface that they define. Our project dependencies are declared in the repos according to the language/build framework we use (e.g. POM, package.json, Gemfile, etc). I want to scan those files and search gitlab for the matching project repository that defines the dependency.
Our organization has about 700+ groups, so performing a project search group by group would blow up my API limits. Is there a mechanism/workflow for doing a blanket search of all projects, by name, regardless of the group they belong to?
We’re on gitlab.com – not self managed.
Thanks in advance