Merge pull request 'chore: improve renovate dependency detection' (#3) from chore/renovate into main
Docker Build and Push / build (push) Failing after 13m4s
Docker Build and Push / build (push) Failing after 13m4s
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Track openchamber base Docker image FROM jcabillot/opencode",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"FROM jcabillot/opencode:(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"depNameTemplate": "jcabillot/opencode",
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"description": "Track @openchamber/web npm version from ARG in Dockerfile",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG OPENCHAMBER_WEB_VERSION=(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"depNameTemplate": "@openchamber/web",
|
||||
"datasourceTemplate": "npm",
|
||||
"versioningTemplate": "npm"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user