cd7f15c48e
Main Release / hadolint (push) Successful in 9s
Main Release / build (push) Successful in 2m15s
Main Release / tag (push) Successful in 16s
Tag Release / hadolint (push) Successful in 15s
Tag Release / build (push) Successful in 19s
Tag Release / build-push (push) Successful in 2m48s
16 lines
538 B
JSON
16 lines
538 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "Track nousresearch/hermes-agent Docker tag pinned in Dockerfile ARG",
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
|
"matchStrings": ["ARG HERMES_AGENT_VERSION=v(?<currentValue>[^\\s]+)"],
|
|
"depNameTemplate": "nousresearch/hermes-agent",
|
|
"datasourceTemplate": "docker",
|
|
"versioningTemplate": "docker",
|
|
"extractVersionTemplate": "v^(?<version>.*)$"
|
|
}
|
|
]
|
|
}
|