chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 3m13s
Docker Build and Push / build (pull_request) Successful in 3m13s
This commit is contained in:
+4
-5
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track n2-soul npm package pinned in Dockerfile RUN command",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"n2-soul@(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["n2-soul@(?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "n2-soul",
|
||||
"datasourceTemplate": "npm",
|
||||
"versioningTemplate": "npm"
|
||||
|
||||
Reference in New Issue
Block a user