diff --git a/renovate.json b/renovate.json index 932f2be..3fbbe9f 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,12 @@ "\\bdocker\\.io/(?.+):(?[-0-9\\.a-z]+)" ], "datasourceTemplate": "docker" + }, + { + "fileMatch": ["build-images.sh"], + "matchStrings": ["docker\\.io/mariadb:(?[^\\s]+)"], + "depNameTemplate": "mariadb", + "datasourceTemplate": "docker" } ] }