-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
126 lines (106 loc) · 2.91 KB
/
config.toml
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
117
118
119
120
121
122
123
124
125
126
[settings]
bot_name = "your friendly neighborhood penguin, ocfbot"
contact_info = "https://github.com/ocf/adelie"
dry_run = false
[[repo]]
github_id = "ocf/fava"
[[repo.software]]
name = "fava"
changelog = "https://github.com/beancount/fava/blob/master/CHANGES"
file = "kubernetes/fava.yml.erb"
regex = "(?<=image: \"yegle/fava:version-)(.*)(?=\")"
type = "relmon"
id = "51418"
[[repo]]
github_id = "ocf/grafana"
[[repo.software]]
name = "grafana"
changelog = "https://github.com/grafana/grafana/releases/tag/v{0}"
file = "Makefile"
regex = "(?<=GF_VERSION := )(.*)(?=\n)"
type = "relmon"
id = "13916"
filter = "beta"
[[repo]]
github_id = "ocf/kafka"
[[repo.software]]
name = "kafka"
changelog = "https://downloads.apache.org/kafka/{0}/RELEASE_NOTES.html"
file = "Dockerfile"
regex = "(?<=KAFKA_VERSION=)(.*)(?=\n)"
type = "relmon"
id = "125089"
filter = "rc"
[[repo]]
github_id = "ocf/keycloak"
[[repo.software]]
name = "keycloak"
changelog = "https://www.keycloak.org/docs/latest/release_notes/"
file = "Makefile"
regex = "(?<=KEYCLOAK_VERSION := )(.*)(?=\n)"
type = "relmon"
id = "20430"
[[repo]]
github_id = "ocf/matrix"
[[repo.software]]
name = "synapse"
changelog = "https://github.com/matrix-org/synapse/releases/tag/v{0}"
file = "Makefile"
regex = "(?<=SYNAPSE_VERSION := v)(.*)(?=\n)"
type = "relmon"
id = "15283"
filter = "rc"
[[repo.software]]
name = "element"
changelog = "https://github.com/vector-im/element-web/releases/tag/v{0}"
file = "Makefile"
regex = "(?<=RIOT_VERSION := v)(.*)(?=\n)"
type = "relmon"
id = "18626"
filter = "rc"
[[repo.software]]
name = "bridge"
changelog = "https://github.com/matrix-org/matrix-appservice-irc/releases/tag/{0}"
file = "Makefile"
regex = "(?<=BRIDGE_VERSION := release-)(.*)(?=\n)"
type = "relmon"
id = "121056"
filter = "rc"
[[repo]]
github_id = "ocf/snipe-it"
[[repo.software]]
name = "snipe-it"
changelog = "https://github.com/snipe/snipe-it/releases/tag/v{0}"
file = "kubernetes/snipe-it.yaml"
regex = "(?<=image: \"snipe/snipe-it:v)(.*)(?=\")"
type = "relmon"
id = "124519"
filter = "beta"
[[repo]]
github_id = "ocf/thelounge"
[[repo.software]]
name = "thelounge"
changelog = "https://github.com/thelounge/thelounge/releases/tag/v{0}"
file = "Dockerfile"
regex = "(?<=FROM thelounge/thelounge:)(.*)(?=\n)"
type = "npm"
id = "thelounge"
[[repo]]
github_id = "ocf/pma"
[[repo.software]]
name = "phpmyadmin"
changelog = "https://www.phpmyadmin.net/files/{0}"
file = "Makefile"
regex = "(?<=PMA_VERSION := )(.*)(?=\n)"
type = "relmon"
id = "3628"
[[repo]]
github_id = "ocf/puppet"
[[repo.software]]
name = "node_exporter"
changelog = "https://github.com/prometheus/node_exporter/releases/tag/v{0}"
file = "hieradata/common.yaml"
regex = "(?<=prometheus::node_exporter::version: )(.*)(?=\n)"
type = "relmon"
id = "98081"
filter = "rc"