This repository contains the configuration file that lists projects being tracked by ProofOfCardano and their respective repositories.
Every line represents a tracked project.
E.g.:
{"title": "Project", "owner": "Project Owner", "names": ["Array", "Of", "Repositories"]}
Title (required): The project's name.
Owner (required): The project's repositories owner.
Names (optional): An array of repositories to track, belonging to the project owner. If not present, all repositories of Owner will be tracked.