kjuulh
591039abec
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
14 lines
295 B
JSON
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"
|
|
}
|
|
]
|
|
} |