DocsCI Updates
CI Updates is a focused view for managing dependency updates in your CI/CD configuration. Instead of waiting for Dependabot to open one PR per dependency, Autopilot scans the repos you mark as "watched" on a schedule and proposes consolidated update PRs.
Add a repository to the watched list to opt it in. For each watched repo Autopilot:
.github/workflows/*.yml files (and other CI config it recognizes).The list is paginated and you can remove a repo at any time to stop the scans.
Click into a watched repository to see its scan history: when each run started, what it found, and the PR (if any) that resulted. This is useful when you're trying to figure out whether a particular dependency was already proposed or is still pending.