The Update dependencies workflow currently runs every 15 minutes and force-pushes the update-dependencies branch on every run, rewriting the open PR's history and losing reviewable increments.
Desired behavior:
- Run daily
- Relock every package's
uv.lock (make update / uv lock --upgrade) as part of the run
- While an update PR is open, push new commits on top of its branch instead of force-pushing or opening new PRs
The Update dependencies workflow currently runs every 15 minutes and force-pushes the
update-dependenciesbranch on every run, rewriting the open PR's history and losing reviewable increments.Desired behavior:
uv.lock(make update/uv lock --upgrade) as part of the run