hummusonrails/Arbitrum Dependency Updater

Automatically check and update Arbitrum-specific dependencies (Stylus, viem, Foundry, etc.) and open a PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token for creating branches and PRsyes${{ github.token }}
branchesComma-separated list of branches to check and open PRs against (auto-detects default branch if not set)no""
create-prCreate a pull request with updates (true/false)notrue
dry-runOnly check for updates without modifying files (true/false)nofalse
rust-depsComma-separated list of Rust crate dependencies to track (overrides defaults)no""
js-depsComma-separated list of npm package dependencies to track (overrides defaults)no""
extra-rust-depsAdditional Rust crate dependencies to track (added to defaults)no""
extra-js-depsAdditional npm package dependencies to track (added to defaults)no""
check-foundryCheck Foundry/Solidity dependencies like solc version and forge-std (true/false)notrue
namedescription
updates-availableWhether any updates were found (true/false)
update-countNumber of dependency updates found
summaryMarkdown table summarizing available updates
pr-urlsJSON array of created PR URLs (one per branch with updates)
pr-numbersJSON array of created PR numbers (one per branch with updates)