From 65767a0cf7502dbf92fd34085514508802d07373 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:08:07 +0300 Subject: [PATCH] Use GitLab as data source for libtiff Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 212959be6..80c352139 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -94,8 +94,8 @@ "managerFilePatterns": ["/^\\.github/dependencies\\.json$/"], "matchStrings": ["\"tiff\":\\s*\"(?\\d+[^\"]*?)\""], "depNameTemplate": "tiff", - "packageNameTemplate": "libsdl-org/libtiff", - "datasourceTemplate": "github-tags", + "packageNameTemplate": "libtiff/libtiff", + "datasourceTemplate": "gitlab-tags", "extractVersionTemplate": "^v(?.+)$" }, {