II.
Role JSON
Structured · liverole:dependency-updater-bot
Dependency Updater (Bot) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:dependency-updater-bot",
"_kind": "Role",
"_file": "role/roles/roles-agentic-bots.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Dependency Updater (Bot)",
"isAgentic": true,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Agentic role that proposes safe dependency upgrades, runs tests, and opens PRs.\n"
},
"outgoingEdges": [
{
"from": "role:dependency-updater-bot",
"to": "responsibility:dependency-audit",
"kind": "holds_responsibility"
},
{
"from": "role:dependency-updater-bot",
"to": "responsibility:upgrade-dependencies-weekly",
"kind": "holds_responsibility"
},
{
"from": "role:dependency-updater-bot",
"to": "responsibility:security-review",
"kind": "holds_responsibility"
},
{
"from": "role:dependency-updater-bot",
"to": "skill-area:dependency-upgrade-strategies",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:dependency-updater-bot",
"to": "skill-area:dependency-vulnerability-mgmt",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:dependency-updater-bot",
"to": "skill-area:semver-discipline",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:dependency-updater-bot",
"to": "skill-area:supply-chain-security",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "lib-agent:code-migration-modernization--dependency-modernization-agent",
"to": "role:dependency-updater-bot",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "responsibility:upgrade-dependencies-weekly",
"to": "role:dependency-updater-bot",
"kind": "held_by",
"attributes": {}
}
]
}