chore: improve renovate dependency detection #5

Merged
jcabillot merged 1 commits from chore/renovate into main 2026-06-08 22:15:44 -04:00
+15
View File
@@ -0,0 +1,15 @@
{
"$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"
}
]
}