2 Commits

Author SHA1 Message Date
Sagent 46fb495ccb chore: remove redundant configs now handled globally
Docker Build and Push / build (pull_request) Successful in 2m39s
2026-06-09 13:42:40 +00:00
Sagent 41b76651ba chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 2m30s
2026-06-09 12:45:53 +00:00
+14
View File
@@ -0,0 +1,14 @@
{
"$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"
}
]
}