-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
60 lines (60 loc) · 2.27 KB
/
meta.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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": [
"deconzcommunity/deconz",
"ghcr.io/deconz-community/deconz-docker"
],
"sourceUrl": "https://github.com/deconz-community/deconz-docker",
"customChangelogUrl": "https://github.com/dresden-elektronik/deconz-rest-plugin",
"prBodyNotes": [
"Changelog: https://github.com/dresden-elektronik/deconz-rest-plugin/releases"
]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["grafana/grafana"],
"sourceUrl": "https://github.com/grafana/grafana"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["myoung34/github-runner"],
"sourceUrl": "https://github.com/myoung34/docker-github-actions-runner",
"customChangelogUrl": "https://github.com/actions/runner"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["rhasspy/wyoming-piper"],
"sourceUrl": "https://github.com/rhasspy/wyoming-addons/tree/master/piper",
"customChangelogUrl": "https://github.com/rhasspy/wyoming-addons/blob/master/piper/CHANGELOG.md",
"prBodyNotes": [
"Docker image source: https://github.com/rhasspy/wyoming-addons",
"Changelog piper: https://github.com/rhasspy/piper/releases"
]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["rhasspy/wyoming-whisper"],
"sourceUrl": "https://github.com/rhasspy/wyoming-addons/tree/master/whisper",
"customChangelogUrl": "https://github.com/rhasspy/wyoming-addons/blob/master/whisper/CHANGELOG.md",
"prBodyNotes": [
"Docker image source: https://github.com/rhasspy/wyoming-addons",
"Changelog whisper: https://github.com/rhasspy/wyoming-faster-whisper/releases"
]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["eclipse-mosquitto"],
"sourceUrl": "https://github.com/eclipse/mosquitto"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["jacobalberty/unifi"],
"prBodyNotes": [
"Changelog: https://ui.com/download/releases/network-server"
]
}
]
}