test(manager/mise): don't allow unknown backend types - #46361
Open
jamietanna wants to merge 1 commit into
Open
jamietanna wants to merge 1 commit into
jamietanna wants to merge 1 commit into
Conversation
As noted in #46343, upstream mise renamed a large number of `pipx` registry entries to use the `pypi` backend instead, e.g. `ansible` went from `pipx:ansible` to `pypi:ansible`. This was caught during code review, but we should add something to automagically catch this, by making sure that none of the backends in use on an updated `mise registry` is unknown to Renovate. Co-Authored-By: Claude Sonnet 5 <jamie.tanna+claude-code@mend.io>
jamietanna
added this pull request to stack #46362
September 21, 2026 08:55
jamietanna
marked this pull request as ready for review
September 21, 2026 08:58
viceice
approved these changes
Sep 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue because a pull request earlier in the stack was removed
Sep 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue because a pull request earlier in the stack was unmerged and was not in the queue
Sep 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue because a pull request earlier in the stack was unmerged and was not in the queue
Sep 22, 2026
This branch has not been deployed
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.
Changes
As noted in #46343, upstream mise renamed a large number of
pipxregistry entries to use the
pypibackend instead, e.g.ansiblewent from
pipx:ansibletopypi:ansible.This was caught during code review, but we should add something to
automagically catch this, by making sure that none of the backends in
use on an updated
mise registryis unknown to Renovate.Context
Please select one of the following:
AI assistance disclosure
Did you use AI tools to create any part of this pull request?
Claude Sonnet 5 (via Claude Code) drafted the test and this PR description.
Use of AI in replying to PR comments
Who answers review comments:
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
The public repository: