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