renovate-config/config.js

11 lines
322 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": "Renovate Bot <renovate@bot.local>",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizedForDisabled": true,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
2024-05-27 15:43:23 +02:00
};