mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-06 22:17:59 +00:00
build: update COPY stage image versions with Renovate (#4268)
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
|
||||
]
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update versioned images used by Dockerfile COPY --from instructions",
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": [
|
||||
"COPY --from=(?<depName>[^:\\s]+):(?<currentValue>[^\\s]+)\\s"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"labels": ["dependencies"]
|
||||
|
||||
Reference in New Issue
Block a user