From 322e236d60ea529938827511a802acb0efff108e Mon Sep 17 00:00:00 2001 From: sujiba Date: Mon, 27 May 2024 16:01:03 +0200 Subject: [PATCH] feat: automerge pr --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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