From cfa05a60ad7416ed1304c4828b8c8a6eec485bf8 Mon Sep 17 00:00:00 2001 From: Marco Hofstetter Date: Tue, 9 Jul 2024 07:52:42 +0200 Subject: [PATCH] renovate: enable automerge This commit enables automerge for all renovate PRs. https://docs.renovatebot.com/key-concepts/automerge/ Renovate will automatically merge the PRs if all all checks are successful. Note: I have deliberately not distinguished between major/minor/... dependencies. IMO a failing check is indication enough that manual interaction is required. Signed-off-by: Marco Hofstetter --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c4a286ca..fd3fac83 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,6 +33,7 @@ "renovate/stop-updating", ], "stopUpdatingLabel": "renovate/stop-updating", + "automerge": true, "packageRules": [ { "groupName": "all github action dependencies",