Add config.js

This commit is contained in:
Matthew Fisher 2024-03-13 07:22:39 -05:00
commit b3b0c5536e

8
config.js Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
"endpoint": "http://git.lan.fisherhome.xyz/api/v1", // replace it with your actual endpoint
"gitAuthor": "Renovate Bot renovate-bot@git.lan.fisherhome.xyz",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};