From b2c1ec30d7cc157fe11ac5aeb63dce5e2885bca0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 5 Sep 2025 16:10:29 -0400 Subject: [PATCH] renovate.json: Just inherit default Inheriting from platform-engineering is breaking things, cc https://github.com/bootc-dev/infra/issues/19 Signed-off-by: Colin Walters --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 8d90ab67..7190a60b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>platform-engineering-org/.github" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json" }