Stefan Reimer
1260dec927
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
21 lines
655 B
JSON
21 lines
655 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":label(renovate)",
|
|
":semanticCommits",
|
|
"group:allNonMajor"
|
|
],
|
|
"prHourlyLimit": 0,
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "Update _VERSION variables in Dockerfiles",
|
|
"fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? packageName=(?<packageName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
|
|
]
|
|
}
|
|
]
|
|
}
|