Files
nanobot/renovate.json
T
Sagent 41b76651ba
Docker Build and Push / build (pull_request) Successful in 2m30s
chore: improve renovate dependency detection
2026-06-09 12:45:53 +00:00

19 lines
538 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"jenkins": {
"enabled": false
},
"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"
}
]
}