darwin-v7 0.9.1+deprecated

Unofficial rust client for the [V7 annotation platform](https://darwin.v7labs.com/)
Documentation
1
2
3
4
5
6
7
8
9
/**
 * Config for the self-hosted renovate app that is run via a github action
 *
 * See .github/workflows/renovate.yml
 */
module.exports = {
  platform: "github",
  repositories: ["franklin-ai/darwin-v7"],
};