2025-02-03 20:46:13 -06:00
|
|
|
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,
|
2025-02-04 01:28:16 -06:00
|
|
|
"GITHUB_COM_TOKEN": "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",
|
2025-02-03 20:46:13 -06:00
|
|
|
"optimizeForDisabled": true,
|
|
|
|
};
|