added config.js

This commit is contained in:
Justus Grunow 2024-11-12 11:25:13 -05:00
parent b77db134dc
commit f9861780cc

8
config.js Normal file
View File

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