feat: with renovate match
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-27 00:47:14 +02:00
parent 8a60a60134
commit d9212bc373
2 changed files with 17 additions and 4 deletions

View File

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