From 73c832af9453c3222f0652b14e8baf51da605b44 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 5 Sep 2025 20:05:31 -0400 Subject: [PATCH] renovate.json: Remove platform-engineering-org inheritance This removes the inheritance from platform-engineering-org/.github to fix the 'Edited' warning that prevents Renovate from automatically rebasing PRs. The warning occurs because Renovate doesn't recognize bootc-bot as a valid commit author. Fixes: https://github.com/bootc-dev/infra/issues/19 --- 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" }