Check renovate config, update Pi dep #16
Labels
No labels
dependencies
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
alex/pi-shared#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/pi open a new PR, it seems renovate bot doesn't keep the pi dependency up to date
Now let me update the package.json dependency and the lockfile:The dependency is now bumped from
0.80.2to0.80.10. Now let me improve the renovate config so it keeps this dependency up to date going forward:All changes look good. Let me create the PR:PR #17 created: #17What was done:
Bumped the dependency —
@earendil-works/pi-coding-agent0.80.2→0.80.10in bothpackage.jsonandbun.lock(the lockfile was the part that had fallen behind, since^0.80.2already satisfied0.80.10).Fixed the Renovate config — The reason Renovate wasn't keeping pi up to date: when a new release satisfies the existing range (like
^0.80.xalready matching0.80.10), the only thing needed is a lockfile refresh, which is governed bylockFileMaintenance. That wasn't enabled explicitly and defaulted to a weekly schedule, so these in-range bumps slipped through. Addedextends: ["config:recommended"]and enabledlockFileMaintenance(daily,before 6am) to fix it going forward.View action run | Model: zai/glm-5.2 (thinking: max) | Time: 2m 20s | Tokens: 119.9K | Pi SDK v0.80.7 | Action v2.26.0