[renovate] fix: renovate config
All checks were successful
Renovate Bot / Renovate (push) Successful in 1m30s

This commit is contained in:
Simon Cornet 2024-07-18 12:02:37 +02:00
parent 19e61f5506
commit 4967dfe893

View File

@ -30,7 +30,6 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"description": "Update _VERSION variables in Dockerfiles",
"fileMatch": ["Dockerfile(.*)"], "fileMatch": ["Dockerfile(.*)"],
"matchStrings": [ "matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z0-9-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s" "# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z0-9-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
@ -38,5 +37,4 @@
"extractVersionTemplate": "^v(?<version>.*)$" "extractVersionTemplate": "^v(?<version>.*)$"
} }
] ]
} }