commit a9ef2970dde1438db5a2f39d0f438fc67b4192fe Author: Renovate Bot Date: Sat Dec 20 02:24:50 2025 +0800 Add config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..6f601b4 --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +module.exports = { + "endpoint": "https://gitea.com/api/v1", + "gitAuthor": "Renovate Bot ", + "platform": "gitea", + "onboardingConfigFileName": "renovate.json", + "autodiscover": true, + "optimizeForDisabled": true, +}; \ No newline at end of file