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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-01-31 21:36:25 +01:00
parent e63e24932a
commit 4ce30f758f
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -52,6 +52,17 @@
".*_image:.*\"(?<depName>.*):(?<currentValue>.*)\""
],
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"(^|/).+.rs$",
"(^|/).+.ya?ml$"
],
"matchStrings": [
"(?<depName>docker.io/.+):(?<currentValue>\\S+)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}
}