Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
46fb495ccb
|
|||
|
41b76651ba
|
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user