dependabot-rollup
Installation
SKILL.md
Dependabot Rollup
Build a reviewable manual rollup of compatible individual Dependabot updates as a fallback to the repository's native Dependabot groups. The default operation is read-only: discover candidates, classify them, and present a plan. Never create a branch, merge commits, push, close pull requests, or open a rollup PR until the user explicitly approves the proposed candidates.
Defaults
| Argument | Default | Purpose |
|---|---|---|
--repo |
microsoft/fluentui |
Repository containing the Dependabot PRs |
--base |
master |
Base branch for discovery and the rollup |
--max |
11 |
Eligible PR limit, from 1 through 11 |
--push-remote |
Current branch's configured remote | Writable fork remote used only after approval |
Parse overrides from $ARGUMENTS. Reject an invalid repository name, a --max value that is not an integer from 1 through 11, an unknown Git remote, or unknown arguments instead of guessing. The value 11 is an absolute ceiling, not only the default.