From 1bb519fcc492576531740a3bfc904aafa2a5ffd2 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Mon, 19 Aug 2024 10:28:59 +0200 Subject: [PATCH] chore: Update Docker dependency in renovate.json configuration for build-images.sh --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) 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" } ] }