From d13394ef43599a3a13374ad79c3e4f5d3a024ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstro=CC=88m?= Date: Wed, 20 Dec 2023 13:40:00 -0300 Subject: [PATCH] chore: switch repository for mariadb updates --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0058fdd..b9d1cc1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -58,7 +58,7 @@ "fileMatch": ["^Dockerfile$"], "matchStrings": ["ARG APK_VERSION=\"(?.*?)\"\\n"], "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_18/mariadb", + "depNameTemplate": "alpine_3_19/mariadb", "versioningTemplate": "loose" }, {