kasperhermansen-blog/renovate.json
kjuulh c9a001d174
All checks were successful
continuous-integration/drone/push Build is passing
feat: with all rust files
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-27 01:11:18 +02:00

14 lines
292 B
JSON

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