Skip to content

fix(ci): add manual workflow to bump runtime dependencies#84

Merged
deanq merged 1 commit intomainfrom
feature/AE-2771-bump-deps-workflow
Apr 9, 2026
Merged

fix(ci): add manual workflow to bump runtime dependencies#84
deanq merged 1 commit intomainfrom
feature/AE-2771-bump-deps-workflow

Conversation

@deanq
Copy link
Copy Markdown
Contributor

@deanq deanq commented Apr 9, 2026

Summary

  • Adds a workflow_dispatch GitHub Actions workflow to upgrade runpod-flash and/or runpod in uv.lock
  • Creates a fix(deps): PR that triggers release-please to cut a patch release, rebuilding all Docker images with updated dependencies
  • Dropdown input to choose: both, runpod-flash, or runpod

Resolves AE-2771

Test plan

  • Verify workflow appears in Actions tab with correct inputs
  • Run workflow with both selected, confirm PR is created with updated uv.lock
  • Run workflow when deps are already current, confirm clean exit with no PR
  • Merge generated PR, confirm release-please creates a patch release

Adds a workflow_dispatch action to upgrade runpod-flash and/or runpod
in uv.lock, creating a fix(deps) PR that triggers release-please to
cut a patch release and rebuild all Docker images.

Resolves AE-2771
@deanq deanq requested a review from jhcipar April 9, 2026 14:47
@deanq deanq merged commit a5dc87a into main Apr 9, 2026
11 checks passed
@deanq deanq deleted the feature/AE-2771-bump-deps-workflow branch April 9, 2026 15:18
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 this pull request may close these issues.

2 participants