3 Commits

Author SHA1 Message Date
renovate 0c3361b3c5 chore(deps): pin dependencies
Docker Build and Push / build (pull_request) Successful in 3m7s
2026-06-09 15:36:42 +00:00
jcabillot 0eafc00443 Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main
Docker Build and Push / build (push) Successful in 3m29s
Reviewed-on: #7
2026-06-09 10:14:16 -04:00
renovate 586fcb3540 chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 3m41s
2026-06-09 14:01:41 +00:00
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM jcabillot/opencode:latest@sha256:798b5dd8274576e9a899485a2a0d25cc4f1118b519e07d2380a2e78ff4906550
FROM jcabillot/opencode:latest
ARG OPENCHAMBER_WEB_VERSION=1.12.3
+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"