chore(config): migrate config renovate.json
All checks were successful
Deploy / build (pull_request) Successful in 23s

This commit is contained in:
Renovate Bot
2025-05-04 12:18:41 +00:00
parent d4ce3b8996
commit 45481c382f

View File

@@ -6,9 +6,9 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
"managerFilePatterns": [
"/(^|/)Dockerfile$/",
"/(^|/)Dockerfile\\.[^/]*$/"
],
"matchStrings": [
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"