renovate-config/config.js
sujiba a67450d4cb
All checks were successful
renovate / renovate (push) Successful in 14s
fix: renamed bot to follow renovate-bot guidelines
2024-06-11 11:12:32 +02:00

11 lines
No EOL
314 B
JavaScript

module.exports = {
"platform": "gitea",
"endpoint": "https://git.smail.koeln/api/v1",
"gitAuthor": "Sujiba Bot <bot@home.lan>",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizedForDisabled": true,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
};