renovate-config/config.js

12 lines
317 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",
2025-06-14 14:46:26 +02:00
"endpoint": "https://code.offene.cloud/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,
2025-06-14 14:46:26 +02:00
};