-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: add devbox as an install tool #3191
base: main
Are you sure you want to change the base?
feat: add devbox as an install tool #3191
Conversation
5e14f68
to
fd8262b
Compare
d637630
to
03fe315
Compare
Happy to add some more tests if required, I wasn't sure if I was required to add a /test/devbox/* set of tests |
e2441ec
to
ac90daf
Compare
Would adding the Dockerfiles in |
@viceice What do you want me to do to get this one in? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore the coverage issues or add vitest tests 🤗
57f2a96
to
03f6c9f
Compare
Revert formatting Revert vendir version downgrade
87af517
to
5cc9cb0
Compare
Does devbox use any files or folders in user home dir? |
devbox definitely uses stuff in the home dir (on macos at least) the “devbox binary” is a shell script in https://www.jetify.com/docs/devbox/faq/#how-can-i-uninstall-devbox |
Thanks, |
# renovate: datasource=github-releases packageName=jetify-com/devbox | ||
RUN install-tool devbox 0.13.4 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sort alphabetical
Adding devbox to this repo as asked in renovatebot/renovate#30002