chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 2m30s
Docker Build and Push / build (pull_request) Successful in 2m30s
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user