morinokami/depvisor

Reviews an existing Dependabot or Renovate PR, fixes CI breakage with an AI coding agent, verifies the fix, and posts an evidence-based report.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 11, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: morinokami/depvisor@f76f7c6306e47944fa5d08e497ffcfcdabf816ce # v1.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
llm_api_keyLLM provider API key.no""
llm_modelModel specifier, for example openai/gpt-5.5.no""
llm_api_key_envEnvironment variable name used for llm_api_key; inferred for known providers.no""
github_tokenToken used only to read the triggering CI run and publish to the existing PR.no${{ github.token }}
node_versionNode version used to run depvisor itself.no24
namedescription
statusreviewed, already-reviewed, fix-pushed, deferred, unsupported-pr, or a failing status.
failed"true" when depvisor could not safely complete the review or publication.
fix_pushed"true" when depvisor pushed a fix commit to the updater PR.
pr_urlURL of the updater PR.
commit_shaSHA of the pushed fix commit, or empty when no fix commit was pushed.
comment_urlURL of depvisor's maintained reviewer-report comment.
total_tokensTotal model tokens used by the agent.
est_cost_usdProvider-priced estimated model cost in USD.