feat: init
Main Release / hadolint (push) Successful in 8s
Main Release / build (push) Successful in 2m19s
Main Release / tag (push) Failing after 4s

This commit is contained in:
Julien Cabillot
2026-06-16 10:50:50 -04:00
parent 210d74dae7
commit 5cf3058404
8 changed files with 260 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"$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>.*)$"
}
]
}