Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[manager/mise]: add support for additional backends #30387

Open
6 tasks
secustor opened this issue Jul 25, 2024 · 1 comment · May be fixed by #33113
Open
6 tasks

[manager/mise]: add support for additional backends #30387

secustor opened this issue Jul 25, 2024 · 1 comment · May be fixed by #33113
Assignees
Labels
manager:mise Related to the mise manager priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:feature Feature (new functionality)

Comments

@secustor
Copy link
Collaborator

secustor commented Jul 25, 2024

The backends feature is currently experimental and supports multiple different datasources.

All backends can be covered by existing datasources.

Original discussion #30282

Tell us more.

mise has a backend feature to use npm, Cargo, Pipx, and more to install CLIs. https://mise.jdx.dev/dev-tools/backends/

Though it's still experimental, it would be great if Renovate supports it. I'm currently using regex managers to update them.

minimal reproduction repo: https://github.com/risu729/renovate-mise-backends

e.g. .mise.toml

[tools]
"go:github.com/DarthSim/hivemind" = "1.0.6"
"cargo:eza" = "0.18.21"
"npm:prettier" = "3.3.2"
"pipx:psf/black" = "24.4.1"
"pipx:yamllint" = "1.35.0"
"spm:tuist/tuist" = "4.21.1"
"ubi:goreleaser/goreleaser" = "v2.0.1"
@secustor secustor added type:feature Feature (new functionality) priority-4-low Low priority, unlikely to be done unless it becomes important to more people manager:mise Related to the mise manager labels Jul 25, 2024
@risu729
Copy link
Contributor

risu729 commented Dec 8, 2024

I'm working on this now.

@risu729 risu729 linked a pull request Dec 14, 2024 that will close this issue
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:mise Related to the mise manager priority-4-low Low priority, unlikely to be done unless it becomes important to more people type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants