Merge pull request 'chore: improve renovate dependency detection' (#5) from chore/renovate into main
Docker Build and Push / build (push) Successful in 5m7s
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:
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user