I have a lot of repositories in my org and would like to poll for changes in all the repos. In the present case I have to mention all the repositories which will be a big list. The current configuration expects both org/user and the repository name:
repositories: - user: "myOrganization" name: "myProject"
Is there any way I can get all the repositories in a given org without explicitly mentioning each?