Files
renovate-config/config.js
RenovateBot 515ec2194f
Some checks are pending
renovate / renovate (push) Has started running
Update config.js
2025-11-27 17:08:51 +00:00

9 lines
311 B
JavaScript

module.exports = {
"endpoint": "https://git.theprivateserver.de/api/v1", // replace it with your actual endpoint
"gitAuthor": "RenovateBot <bot@theprivateserver.de>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};