Files
opencode/renovate.json
T
renovate 5f119f2a62
Docker Build and Push / build (pull_request) Successful in 3m13s
chore(config): migrate config renovate.json
2026-06-09 14:00:03 +00:00

15 lines
434 B
JSON

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