renovate.json: Remove platform-engineering-org inheritance#1591
Merged
ckyrouac merged 1 commit intobootc-dev:mainfrom Sep 8, 2025
Merged
renovate.json: Remove platform-engineering-org inheritance#1591ckyrouac merged 1 commit intobootc-dev:mainfrom
ckyrouac merged 1 commit intobootc-dev:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes the inherited Renovate configuration to fix a commit author validation issue. My review points out that this change will cause Renovate to fall back to its default settings, which may be an unintended side effect that removes other important configurations like package grouping or scheduling. I've suggested an alternative approach that preserves the custom configuration while still fixing the validation error.
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: bootc-dev/infra#19 Signed-off-by: Colin Walters <walters@verbum.org>
49432f8 to
b35bc2a
Compare
1 task
ckyrouac
approved these changes
Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 when it's configured through the inherited configuration.
See bootc-dev/infra#19 for context.
This is part of a batch update across all bootc-dev repositories.