From 4f3e319228bb79faee22d1e3b1c0b8c9751d9b20 Mon Sep 17 00:00:00 2001 From: Ro Santalla Date: Thu, 4 Jul 2024 12:11:01 +0200 Subject: [PATCH] ci/renovate: use docker datasource for grafana-build-tools --- .github/renovate.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 346208e7..2aeac920 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,7 +37,8 @@ { // Update grafana-build-tools tags across the repository. "customType": "regex", - "datasourceTemplate": "github-tags", + "depNameTemplate": "ghcr.io/grafana/grafana-build-tools", + "datasourceTemplate": "docker", "versioningTemplate": "semver", "fileMatch": [ "^\\.github/workflows/.*\\.ya?ml$", @@ -46,7 +47,7 @@ ".*\\.mk$" ], "matchStrings": [ - "\\bghcr\\.io/(?grafana/grafana-build-tools):(?\\S+)\\b" + "ghcr.io/grafana/grafana-build-tools:(?\\S+)" ] } ]