Sync common files from infra repository#1865
Closed
bootc-bot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Synchronized from bootc-dev/infra@6e1ebf7. Signed-off-by: bootc-dev Bot <bot@bootc.dev>
cgwalters
reviewed
Dec 17, 2025
| steps: | ||
| - name: "Checkout code" | ||
| uses: actions/checkout@v6 | ||
| uses: actions/checkout@v4 |
Collaborator
There was a problem hiding this comment.
Ahhh....I think I see what's going on here. Renovate isn't updating the GHA workflows in common/ in the infra repo, creating a reconcilation loop.
Will look at a fix
cgwalters
added a commit
to cgwalters/infra
that referenced
this pull request
Dec 17, 2025
Renovate was updating GitHub Actions versions in target repositories but not in the common/ directory of this infra repo. This created a reconciliation loop where sync-common would overwrite Renovate's updates with older versions from common/. Add renovate.json with explicit fileMatch patterns for the github-actions manager to scan both workflows and composite actions under common/.github/. Fixes: bootc-dev/bootc#1865 (comment) Assisted-by: OpenCode (Sonnet 4) Signed-off-by: Colin Walters <walters@verbum.org>
cgwalters
approved these changes
Dec 17, 2025
Collaborator
|
Right and we also need bootc-dev/infra#59 |
auto-merge was automatically disabled
December 18, 2025 00:01
Pull request was closed
henrywang
pushed a commit
to henrywang/infra
that referenced
this pull request
Dec 18, 2025
Renovate was updating GitHub Actions versions in target repositories but not in the common/ directory of this infra repo. This created a reconciliation loop where sync-common would overwrite Renovate's updates with older versions from common/. Add renovate.json with explicit fileMatch patterns for the github-actions manager to scan both workflows and composite actions under common/.github/. Fixes: bootc-dev/bootc#1865 (comment) Assisted-by: OpenCode (Sonnet 4) Signed-off-by: Colin Walters <walters@verbum.org>
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.
Created by GitHub workflow (source).
This PR synchronizes common files from the infra repository.
Synchronized from bootc-dev/infra@6e1ebf7.