Renovate Log Parser - a CLI tool to detect and analyse Renovate problems #45014
MShekow
started this conversation in
Suggest an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Hey, I just released Renovate Log Parser. From its README:
renovate-log-parseroffers the following commands:detect-errorsis meant for CI pipelines; it scans the log for potential problems and warnings and exits with error, helping you detect and solve hidden Renovate issues you would otherwise missanalyze(with a corresponding SKILL.md) tells your coding agent (Codex, Copilot, Claude Code, etc.) about the log's structure, allowing it to efficiently read only the most relevant log lines in a token-efficient way, so that it can quickly (and cheaply) diagnose Renovate problemswebstarts a temporary local web server that parses the log and serves a browser-based interface that you use to analyze and filter Renovate logs of any length; this solves the problem of tedious, manual “grep”-like analyses where your text editor chokes on too large filesinstall-analyze-skillwrites a SKILL.md into your project or home directory, optionally including instructions for pulling the log straight from your GitHub Actions Renovate runs — so your agent knows both how to get a log and how to read itI got somewhat inspired by @jamietanna and his https://gitlab.com/tanna.dev/renovate-pretty-log project, but needed something more elaborate.
Please try it and let me know what you think, or provide suggestions for improvement.
All reactions