chore: add renovate regex manager for n2-soul in Dockerfile RUN
Docker Build and Push / build (pull_request) Successful in 3m38s
Docker Build and Push / build (pull_request) Successful in 3m38s
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