From 8d3f1010a1396de282bd63fd5e6bd965929c10ba Mon Sep 17 00:00:00 2001 From: Rhuan Barreto Date: Mon, 27 Apr 2026 22:46:55 +0200 Subject: [PATCH] fix: remove invalid `dco` option from renovate.json The `dco` key is not a valid Renovate configuration option. DCO sign-off is now handled org-wide via the `:gitSignOff` preset in archgate/renovate-config. Signed-off-by: Rhuan Barreto --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 47a1cf3a..ead00d12 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>archgate/renovate-config"], - "dco": true + "extends": ["local>archgate/renovate-config"] }