dependabot-strategylisted
Install: claude install-skill themarmack/research-bot
# dependabot-strategy
The research side of the Dependabot pair. Produces the policy / strategy / triage research notes that the `dependabot-config-helper` skill consumes when generating actual `dependabot.yml` files. Treats Dependabot as a control surface, not just a config file — the *why* drives the *what*.
## When to use
- Strategic question: "Should we adopt grouped updates? What's the cost?"
- Policy question: "What's the right schedule cadence for ecosystem X in a SOX-regulated environment?"
- Triage question: "We have 12,000 open Dependabot alerts — how do other regulated orgs handle this?"
- Tooling question: "What auto-triage / auto-merge gates are people running in 2026?"
## When NOT to use
- Specific `dependabot.yml` generation — that's `dependabot-config-helper`.
- Individual alert triage — out of this skill's scope (and no skill in the catalog covers it).
- GHAS-wide strategy beyond Dependabot — broader question, [`ghas-feature-research`](../ghas-feature-research/SKILL.md).
## Obsidian-first workflow (mandatory)
1. **Query the vault first** via `vault-querier`:
- Full-text search the question's key terms across `vault/facts/ghas-dependabot/**`, `vault/research/dependabot/**`, `vault/research/github/**` (older Dependabot notes live there), and recent `vault/digests/**` (last 90 days — `daily-cve-digest` output often carries Dependabot-coverage observations).
- Backlink check on `[[dependabot]]` and the question's entities (ecosystems, registries).
2.