Files
opencode/renovate.json
T
cloudix_mcp_server 3923c95b30
Docker Build and Push / build (pull_request) Successful in 3m38s
chore: add renovate regex manager for n2-soul in Dockerfile RUN
2026-06-08 21:40:58 -04:00

16 lines
408 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"description": "Track n2-soul npm package pinned in Dockerfile RUN command",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"n2-soul@(?<currentValue>[^\\s]+)"
],
"depNameTemplate": "n2-soul",
"datasourceTemplate": "npm",
"versioningTemplate": "npm"
}
]
}