Add Renovate for dependency management #4
Reference in New Issue
Block a user
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?
Add a
renovate.jsonconfig to keep Go dependencies up to date automatically.Since this is stdlib-only today, this is mostly future-proofing for when external deps get added. Also useful for keeping CI action versions current (actions/checkout, actions/setup-go).
Closing — Go deps rarely update, and when they do it's a 30-second
go get -u. Renovate setup + maintenance overhead isn't worth it for a single-binary tool with minimal deps.rodin referenced this issue2026-05-12 16:59:58 +00:00