Files
opencode/renovate.json
T

16 lines
408 B
JSON
Raw Normal View History

{
"$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"
}
]
}