chore: add renovate regex manager for opencode-ai
Docker Build and Push / build (push) Successful in 3m50s
Docker Build and Push / build (push) Successful in 3m50s
This commit is contained in:
+10
-1
@@ -9,6 +9,15 @@
|
||||
"depNameTemplate": "n2-soul",
|
||||
"datasourceTemplate": "npm",
|
||||
"versioningTemplate": "npm"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track opencode-ai npm package pinned in Dockerfile RUN command",
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["opencode-ai@(?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "opencode-ai",
|
||||
"datasourceTemplate": "npm",
|
||||
"versioningTemplate": "npm"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user