forked from jarnedemeulemeester/libmpv-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
116 lines (116 loc) · 4.6 KB
/
renovate.json
File metadata and controls
116 lines (116 loc) · 4.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_lua=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-tags",
"packageNameTemplate": "lua/lua",
"extractVersionTemplate": "^v?(?<version>.*)$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_libunibreak=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "adah1972/libunibreak",
"extractVersionTemplate": "^libunibreak_?(?<version>.*)$",
"versioningTemplate": "regex:^(?<major>\\d+)_(?<minor>\\d+)(?:-(?<patch>\\d+))?$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_libass=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "libass/libass"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_harfbuzz=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "harfbuzz/harfbuzz"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_fribidi=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "fribidi/fribidi",
"extractVersionTemplate": "^v?(?<version>.*)$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_freetype=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "gitlab-tags",
"registryUrlTemplate": "https://gitlab.freedesktop.org",
"packageNameTemplate": "freetype/freetype",
"extractVersionTemplate": "^VER-?(?<version>.*)$",
"versioningTemplate": "regex:^(?<major>\\d+)-(?<minor>\\d+)(?:-(?<patch>\\d+))?$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_libxml2=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "gitlab-tags",
"registryUrlTemplate": "https://gitlab.gnome.org",
"packageNameTemplate": "GNOME/libxml2",
"extractVersionTemplate": "^v?(?<version>.*)$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_fontconfig=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "gitlab-tags",
"registryUrlTemplate": "https://gitlab.freedesktop.org",
"packageNameTemplate": "fontconfig/fontconfig"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_mbedtls=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "Mbed-TLS/mbedtls",
"extractVersionTemplate": "^mbedtls-?(?<version>.*)$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_libplacebo=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "gitlab-tags",
"registryUrlTemplate": "https://code.videolan.org",
"packageNameTemplate": "videolan/libplacebo",
"extractVersionTemplate": "^v?(?<version>.*)$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_dav1d=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "gitlab-tags",
"registryUrlTemplate": "https://code.videolan.org",
"packageNameTemplate": "videolan/dav1d"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_ffmpeg=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-tags",
"packageNameTemplate": "FFmpeg/FFmpeg",
"extractVersionTemplate": "^n?(?<version>.*)$",
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.(?<patch>\\d+))?(?<prerelease>[^.-]+)?$"
},
{
"customType": "regex",
"managerFilePatterns": ["/^buildscripts/include/depinfo\\.sh$/"],
"matchStrings": ["v_mpv=(?<currentValue>.*?)\\n"],
"datasourceTemplate": "github-releases",
"packageNameTemplate": "mpv-player/mpv",
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}