added config

This commit is contained in:
Manuel Cortez 2025-02-03 20:46:13 -06:00
parent 29acbb9d11
commit f9e2357feb

8
config.js Normal file
View File

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