-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuilder.json
75 lines (75 loc) · 1.26 KB
/
builder.json
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
{
"image": "erlang",
"depName": "erlang",
"datasource": "docker",
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$",
"startVersion": "22.3.4.28",
"ignoredVersions": [
"23.1.0.0",
"23.1.1.0",
"23.1.2.0",
"23.1.3.0",
"23.1.4.0",
"23.1.5.0",
"23.2.0.0",
"23.2.1.0",
"23.2.3.0",
"23.2.4.0",
"23.2.5.0",
"23.2.6.0",
"23.2.7.0",
"23.3.0.0",
"23.3.1.0",
"23.3.2.0",
"23.3.3.0",
"23.3.4.0",
"23.3.4.1",
"23.3.4.2",
"23.3.4.3",
"23.3.4.4",
"23.3.4.5",
"23.3.4.6",
"23.3.4.7",
"23.3.4.8",
"23.3.4.9",
"23.3.4.10",
"23.3.4.11",
"23.3.4.12",
"23.3.4.13",
"23.3.4.14",
"23.3.4.15",
"23.3.4.16",
"23.3.4.17",
"23.3.4.18",
"23.3.4.19",
"23.3.4.20",
"24.0.0.0",
"24.0.1.0",
"24.0.2.0",
"24.0.3.0",
"24.0.4.0",
"24.0.5.0",
"24.0.6.0",
"24.1.0.0",
"24.1.1.0",
"24.1.2.0",
"24.1.3.0",
"24.1.4.0",
"24.1.5.0",
"24.1.6.0",
"24.1.7.0",
"25.0.0.0",
"25.0.1.0",
"25.0.2.0",
"25.0.3.0",
"25.0.4.0",
"25.1.0.0",
"25.1.1.0",
"25.1.2.0",
"25.2.0.0",
"25.2.1.0",
"25.2.2.0",
"25.2.3.0"
],
"reverse": true
}