Constrain kernel update checks to 6.18.x and auto-close stale dependency update PRs - #81
Merged
Merged
Conversation
Co-authored-by: jens-maus <5887769+jens-maus@users.noreply.github.com>
Co-authored-by: jens-maus <5887769+jens-maus@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jens-maus
August 21, 2026 04:26
View session
jens-maus
marked this pull request as ready for review
August 21, 2026 04:26
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.
Dependency automation was proposing Linux v7 updates even though thinRoot is currently pinned to 6.18.x, and package update PRs could accumulate in parallel for the same component. This change scopes kernel discovery to 6.18.x and makes the workflow close older same-package update PRs when a newer one is proposed.
Kernel updater scope (6.18.x only)
scripts/update-kernel-upstream.shnow resolves candidates usinglinux-6.18.*from kernel.org checksums instead of selecting latest-series kernels.Dependency PR lifecycle cleanup
.github/workflows/dependency-updates.ymlnow enumerates open PRs (with pagination), identifies stale PRs for the same update slug, and closes them before opening the new suggestion PR.Workflow robustness
BRANCH_PREFIX) so stale-PR matching and PR creation stay aligned.