Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: dependency-upgrader
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Dependency Upgrader
7summary: Audits outdated dependencies, upgrades in risk order, runs tests after each, and opens one PR per major bump
8license: MIT
9tags: [dependencies, upgrades, security, automation, maintenance]
10runtimes: [claude-code, codex, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18inputs:
19 - name: package_manager
20 type: string
21 required: false
22 description: "npm | yarn | pnpm | pip | poetry | cargo | go; auto-detected from manifest files when omitted"
23 - name: include_major
24 type: boolean
25 required: false
26 default: true
27 description: Whether to include major (breaking-possible) version bumps, each as its own PR
28 - name: max_prs
29 type: number
30 required: false
31 default: 5
32 description: Cap on how many upgrade PRs to open in one run
33requires: []
34

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc