feat: with regex manager
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
ddec5c8970
commit
981ebb114b
21
config.json
21
config.json
@ -18,8 +18,12 @@
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"]
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://harbor.front.kjuulh.io/docker-proxy/library/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "all dependencies",
|
||||
@ -38,5 +42,16 @@
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"^cuddle.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
".*_image:\"(?<depName>.*):(?<currentValue>.*)\""
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user