pradeepmouli/Dependabit - AI-Powered Dependency Tracker

Automatically track and monitor external informational dependencies using LLM analysis

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionAction to perform: generate, update, check, or validateyesgenerate
repo_pathPath to repository rootno.
manifest_pathPath to manifest file (relative to repo_path)no.dependabit/manifest.json
config_pathPath to config file (relative to repo_path)no""
llm_providerLLM provider: github-copilot, claude, openainogithub-copilot
llm_modelLLM model to use (optional)no
llm_api_keyAPI key for LLM provider (uses GITHUB_TOKEN if not provided)no
create_issuesCreate GitHub issues for detected changes (check action)notrue
issue_labelsLabels to add to created issues (comma-separated)nodependabit,dependency-update
debugEnable debug loggingnofalse
namedescription
manifest_pathPath to the generated/updated manifest file
dependency_countNumber of dependencies detected
files_scannedNumber of files scanned
llm_callsNumber of LLM API calls made
total_tokensTotal tokens used in LLM calls
average_confidenceAverage confidence score of detected dependencies
changes_detectedNumber of dependency changes detected (check action)
issues_createdNumber of GitHub issues created (check action)