hummusonrails/Arbitrum Dependency Updater
Automatically check and update Arbitrum-specific dependencies (Stylus, viem, Foundry, etc.) and open a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for creating branches and PRs | yes | ${{ github.token }} |
| branches | Comma-separated list of branches to check and open PRs against (auto-detects default branch if not set) | no | "" |
| create-pr | Create a pull request with updates (true/false) | no | true |
| dry-run | Only check for updates without modifying files (true/false) | no | false |
| rust-deps | Comma-separated list of Rust crate dependencies to track (overrides defaults) | no | "" |
| js-deps | Comma-separated list of npm package dependencies to track (overrides defaults) | no | "" |
| extra-rust-deps | Additional Rust crate dependencies to track (added to defaults) | no | "" |
| extra-js-deps | Additional npm package dependencies to track (added to defaults) | no | "" |
| check-foundry | Check Foundry/Solidity dependencies like solc version and forge-std (true/false) | no | true |
Outputs
| name | description |
|---|---|
| updates-available | Whether any updates were found (true/false) |
| update-count | Number of dependency updates found |
| summary | Markdown table summarizing available updates |
| pr-urls | JSON array of created PR URLs (one per branch with updates) |
| pr-numbers | JSON array of created PR numbers (one per branch with updates) |