1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

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
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2025-09-05 20:05:02 -04:00
committed by Chris Kyrouac
parent 39b0a32752
commit 2d5b977af4

View File

@@ -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"
}