Merge pull request 'chore(config): migrate renovate config' (#13) from renovate/migrate-config into main
All checks were successful
Deploy / build (push) Successful in 21s

Reviewed-on: #13
This commit is contained in:
2025-05-10 11:00:55 +12:00

View File

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