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": [
{
"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"
}
]
}
}