renovate-config/config.js

11 lines
314 B
JavaScript
Raw Normal View History

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",
"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
};