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

Add a scheduled workflow to automatically update the pixi.lock file #199

Closed
diegoferigo opened this issue Jul 5, 2024 · 2 comments · Fixed by #221
Closed

Add a scheduled workflow to automatically update the pixi.lock file #199

diegoferigo opened this issue Jul 5, 2024 · 2 comments · Fixed by #221
Assignees

Comments

@diegoferigo
Copy link
Member

diegoferigo commented Jul 5, 2024

It would be nice to have a scheduled workflow (let's say, once per month) that re-creates from scratch a new pixi.lock file and run the tests on the new dependencies. If successful, a new PR can be automatically opened so that the new file can be pushed to LFS.

This would allow to maintain a rolling-release set of working dependencies attached to the git repository.

Related to #189.

@flferretti
Copy link
Collaborator

A possible idea could be to modify https://pixi.sh/dev/advanced/updates_github_actions/#how-to-use integrating LFS and logging some diff in the PR description.

@diegoferigo
Copy link
Member Author

Yep, we already discussed this in #189 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants