ansible-deployment-container/renovate.json
Simon Cornet 56caee3411
All checks were successful
continuous-integration/drone/push Build is passing
feat: upgrade ansible to version 2.17.0
2024-06-12 17:49:52 +02:00

17 lines
537 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"extends": [
"local>siempie/renovate"
],
"regexManagers": [
{
"fileMatch": ["Dockerfile(.*)"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z0-9-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
],
"extractVersionTemplate": "^v(?<version>.*)$"
}
]
}