ci(dependabot): restore build/frontend dirs for stable33 npm updates#61806
Merged
Merged
Conversation
The stable34 config update (4c697c7) rewrote the stable33 npm entry from the older-stable template, dropping /build/frontend and /build/frontend-legacy which do exist on stable33. As a result Dependabot can no longer maintain or recreate PRs in those directories (e.g. #60050). Signed-off-by: Andy Scherzinger <andy.scherzinger@nextcloud.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
When the config was updated for stable34 (4c697c7), the stable33 npm entry was rewritten from the older-stable template and lost the
/build/frontendand/build/frontend-legacydirectories — both of which still exist onstable33.Because the config entry that created them no longer exists, Dependabot refuses to rebase or recreate its open PRs in those directories:
(see #60050, which is stuck in a merge conflict for this reason)
This restores the two directories for the stable33 npm entry, matching the stable34 entry.
stable32predates the frontend build split, so it is intentionally left untouched.Follow-up after merge
🤖 Generated with Claude Code