Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into main
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build-and-test (push) Successful in 2m10s
Docker Build and Push / push (push) Successful in 26s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-06-11 09:00:33 -04:00
+7 -9
View File
@@ -1,21 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track openchamber base Docker image FROM jcabillot/opencode",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"FROM jcabillot/opencode:(?<currentValue>[^\\s]+)"
],
"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",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"ARG OPENCHAMBER_WEB_VERSION=(?<currentValue>[^\\s]+)"
],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG OPENCHAMBER_WEB_VERSION=(?<currentValue>[^\\s]+)"],
"depNameTemplate": "@openchamber/web",
"datasourceTemplate": "npm",
"versioningTemplate": "npm"