Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c3361b3c5 | |||
| 0eafc00443 | |||
| 586fcb3540 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM jcabillot/opencode:latest@sha256:798b5dd8274576e9a899485a2a0d25cc4f1118b519e07d2380a2e78ff4906550
|
||||
FROM jcabillot/opencode:latest
|
||||
|
||||
ARG OPENCHAMBER_WEB_VERSION=1.12.3
|
||||
|
||||
|
||||
+7
-9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user