kasperhermansen-blog/renovate.json

14 lines
292 B
JSON
Raw Normal View History

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