Add a renovate.json config 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).
Add a `renovate.json` config 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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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