diff --git a/config.js b/config.js index 41b1dd4..9254c4f 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,11 @@ module.exports = { + "platform": "gitea", "endpoint": "https://git.smail.koeln/api/v1", "gitAuthor": "Renovate Bot ", - "platform": "gitea", "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizedForDisabled": true, + "automerge": true, + "automergeType": "pr", + "platformAutomerge": true, }; \ No newline at end of file