Files
renovate-config/config.js
Daniel Cormier 4bb60bfef7
Some checks failed
renovate / renovate (push) Failing after 45s
added config.js
2024-12-05 12:59:54 -05:00

9 lines
311 B
JavaScript

module.exports = {
"endpoint": "https://gitea.mylocalhost.cloud/api/v1", // replace it with your actual endpoint
"gitAuthor": "Renovate Bot <renovate-bot@drc97.com>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};