Merge pull request 'chore: improve renovate dependency detection' (#5) from chore/renovate into main
Docker Build and Push / build (push) Successful in 5m7s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-08 22:15:42 -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"
}
]
}