zdt-argocd/renovate.json

21 lines
654 B
JSON
Raw Normal View History

2024-05-17 11:14:46 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":label(renovate)",
2024-07-19 17:35:16 +00:00
":semanticCommits",
"group:allNonMajor"
2024-05-17 11:14:46 +00:00
],
"prHourlyLimit": 0
2024-12-06 13:01:05 +00:00
"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"
]
}
]
2024-05-17 11:14:46 +00:00
}