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"], };