kasperhermansen-blog/renovate.json
kjuulh 591039abec
All checks were successful
continuous-integration/drone/push Build is passing
feat: set with current value
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-27 01:06:35 +02:00

14 lines
295 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": [
"^main.rs$"
],
"matchStrings": [
"let.*docker_image.*\"(?<depName>.*):(?<currentValue>.*)\";"
],
"datasourceTemplate": "docker"
}
]
}