2024-05-27 15:43:23 +02:00
|
|
|
module.exports = {
|
2024-05-30 22:40:07 +02:00
|
|
|
"platform": "gitea",
|
|
|
|
"endpoint": "https://git.smail.koeln/api/v1",
|
2024-06-11 11:12:32 +02:00
|
|
|
"gitAuthor": "Sujiba Bot <bot@home.lan>",
|
2024-05-30 22:40:07 +02:00
|
|
|
"onboardingConfigFileName": "renovate.json",
|
|
|
|
"autodiscover": true,
|
|
|
|
"optimizedForDisabled": true,
|
|
|
|
"automerge": true,
|
|
|
|
"automergeType": "pr",
|
|
|
|
"platformAutomerge": true,
|
2024-05-27 15:43:23 +02:00
|
|
|
};
|