kasperhermansen-blog/renovate.json
kjuulh d9212bc373
All checks were successful
continuous-integration/drone/push Build is passing
feat: with renovate match
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-27 00:47:14 +02:00

14 lines
290 B
JSON

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