Compare commits

..

2 Commits

Author SHA1 Message Date
24c9cf9054 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
2025-05-10 11:00:55 +12:00
Renovate Bot
45481c382f chore(config): migrate config renovate.json
All checks were successful
Deploy / build (pull_request) Successful in 23s
2025-05-04 12:18:41 +00:00

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"