feat: with regex manager
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-12 22:04:47 +02:00
parent ddec5c8970
commit 981ebb114b
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -18,8 +18,12 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"], "matchDatasources": [
"registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"] "docker"
],
"registryUrls": [
"https://harbor.front.kjuulh.io/docker-proxy/library/"
]
}, },
{ {
"groupName": "all dependencies", "groupName": "all dependencies",
@ -38,5 +42,16 @@
"enabled": false "enabled": false
} }
} }
],
"regexManagers": [
{
"fileMatch": [
"^cuddle.yaml$"
],
"matchStrings": [
".*_image:\"(?<depName>.*):(?<currentValue>.*)\""
],
"datasourceTemplate": "docker"
}
] ]
} }