From 4f740b6fdcd83c8677c57a8ca78921e52f7e7f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20=C3=81guas?= Date: Tue, 2 Jul 2024 14:03:09 +0200 Subject: [PATCH] remove non-working auto merge (#1625) In #1615 auto merge was enabled for [all non-major dependencies](https://github.com/k8gb-io/k8gb/pull/1052#event-13317496471). However, the PR cannot be merged without an approving review. The missing piece would be the following app: https://github.com/apps/renovate-approve. It would approve all PRs created by the renovate bot that have auto merge enabled. Unfortunately, it cannot do it for projects that have CODEOWNERS setup, which is our case: > Important note: Due to a GitHub limitation, it is not possible to assign any app like this one as a CODEOWNER, so unfortunately this bot won't work that way if you have CODEOWNERS set up. Since auto merge does not work this PR removes the configuration to avoid any confusion Signed-off-by: abaguas --- renovate.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 00930f3e27..241c563cb4 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -27,7 +27,6 @@ "matchCurrentVersion": "!/^v?0/", "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch", - "automerge": true, }, { "matchPackageNames": [ "k8gb-io/k8gb",