From 768ee97805136b27d051641ff86b3d247990ce6f Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Mon, 19 Aug 2024 10:40:46 +0200 Subject: [PATCH] chore: Update Docker dependency in renovate.json configuration for build-images.sh --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 4c0c2c2..add8a28 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,14 @@ ], "datasourceTemplate": "docker" }, + { + "fileMatch": ["build-images.sh"], + "matchStrings": [ + "docker\\.io/roundcube/roundcubemail:(?[-0-9\\.a-z]+)" + ], + "datasourceTemplate": "docker", + "depNameTemplate": "roundcube/roundcubemail" + }, { "fileMatch": ["build-images.sh"], "matchStrings": ["docker\\.io/mariadb:(?[^\\s]+)"],