9 lines
313 B
JavaScript
9 lines
313 B
JavaScript
|
|
module.exports = {
|
||
|
|
"endpoint": "https://code.emmathe.dev/api/v1", // replace it with your actual endpoint
|
||
|
|
"gitAuthor": "Renovate Bot <renovate-bot@iam.emmathe.dev>",
|
||
|
|
"platform": "gitea",
|
||
|
|
"onboardingConfigFileName": ".renovaterc.json",
|
||
|
|
"autodiscover": true,
|
||
|
|
"optimizeForDisabled": true,
|
||
|
|
};
|