Files
renovate e31a7be70f
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build-and-test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
chore(config): migrate config renovate.json
2026-06-11 12:54:20 +00:00

23 lines
797 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Track openchamber base Docker image FROM jcabillot/opencode",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["FROM jcabillot/opencode:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "jcabillot/opencode",
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"description": "Track @openchamber/web npm version from ARG in Dockerfile",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG OPENCHAMBER_WEB_VERSION=(?<currentValue>[^\\s]+)"],
"depNameTemplate": "@openchamber/web",
"datasourceTemplate": "npm",
"versioningTemplate": "npm"
}
]
}