From 2d05e4965cc56e4a10b7d7956126c8843c1a0990 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Wed, 24 Jun 2026 15:32:59 +0200 Subject: [PATCH] fix(renovate): remove expandCodeOwnersGroups (paid-tier only) expandCodeOwnersGroups is not supported on the free Renovate GitHub App. Signed-off-by: Anna Larch AI-Assisted-By: Claude Sonnet 4.6 Signed-off-by: Anna Larch --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index 60b3d22ef..0481fead2 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,6 @@ ":gitSignOff" ], "assigneesFromCodeOwners": true, - "expandCodeOwnersGroups": true, "timezone": "Europe/Berlin", "schedule": ["before 5am on saturday"], "labels": ["dependencies", "3. to review"],