16 lines
408 B
JSON
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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|