Skip to content
Snippets Groups Projects
Commit 17c356ff authored by Jonas Leder's avatar Jonas Leder
Browse files

add custom manager for _VERSION variables in dockerfile

parent 21a60ae5
No related branches found
No related tags found
No related merge requests found
Pipeline #53329 passed
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"customType": "regex",
"description": "Update _VERSION variables",
"fileMatch": [
".*"
],
"matchStrings": [
"\\s*# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? packageName=(?<packageName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG)? .+?_VERSION[:=]\\s?(?<currentValue>.+?)\\s"
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment