Files
nanobot/renovate.json
T
Sagent 46fb495ccb
Docker Build and Push / build (pull_request) Successful in 2m39s
chore: remove redundant configs now handled globally
2026-06-09 13:42:40 +00:00

15 lines
460 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"description": "Track HKUDS/nanobot upstream releases (Dockerfile cloned at CI time)",
"fileMatch": ["^\\.gitea/workflows/docker-build\\.yaml$"],
"matchStrings": [
"git clone.*https://github.com/HKUDS/nanobot\\.git.*external-nanobot"
],
"depNameTemplate": "HKUDS/nanobot",
"datasourceTemplate": "github-tags"
}
]
}