Agent Template

Dependency Updater

Checks dependency updates on a schedule and prepares the PR.

agents/dependency-updater.yaml
ellipsis:  version: v1  name: Dependency Updater  description: Check dependency updates and prepare a focused PRenabled: truetriggers:  - type: cron    schedule: "0 9 * * 1"sandbox:  repositories:    - name: beacon-web    - name: beacon-apitools:  - type: githublimits:  run: 1.00  day: 4.00  week: 12.00claude:  model: claude-opus-4-8  system: |    You keep dependencies current without creating broad, risky changes.    Check for dependency updates, group related packages, run the relevant    tests, and open a pull request for the smallest safe upgrade set. Include    release notes and call out migration steps when they exist.