2024-05-27 15:43:23 +02:00
|
|
|
module.exports = {
|
2024-05-27 16:01:03 +02:00
|
|
|
"platform": "gitea",
|
2024-05-27 15:43:23 +02:00
|
|
|
"endpoint": "https://git.smail.koeln/api/v1",
|
2024-05-27 15:44:58 +02:00
|
|
|
"gitAuthor": "Renovate Bot <renovate@bot.local>",
|
2024-05-27 15:43:23 +02:00
|
|
|
"onboardingConfigFileName": "renovate.json",
|
|
|
|
"autodiscover": true,
|
|
|
|
"optimizedForDisabled": true,
|
2024-05-27 16:01:03 +02:00
|
|
|
"automerge": true,
|
|
|
|
"automergeType": "pr",
|
|
|
|
"platformAutomerge": true,
|
2024-05-27 15:43:23 +02:00
|
|
|
};
|