Skip to content

Commit 6dd03ed

Browse files
hugovkradarhere
andauthored
Use GitLab as data source for FreeType
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 65767a0 commit 6dd03ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"matchStrings": ["\"freetype\":\\s*\"(?<currentValue>\\d+[^\"]*?)\""],
131131
"depNameTemplate": "freetype",
132132
"packageNameTemplate": "freetype/freetype",
133-
"datasourceTemplate": "github-tags",
133+
"datasourceTemplate": "gitlab-tags",
134+
"registryUrlTemplate": "https://gitlab.freedesktop.org",
134135
"extractVersionTemplate": "^VER-(?<version>[\\d-]+)$",
135136
"versioningTemplate": "regex:^(?<major>\\d+)[.-](?<minor>\\d+)[.-](?<patch>\\d+)$"
136137
},

0 commit comments

Comments
 (0)