-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.json
91 lines (91 loc) · 2.94 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
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDepNames": ["/(^|/)rook//"],
"matchDatasources": ["docker"],
"sourceUrl": "https://github.com/rook/rook"
},
{
"matchDepNames": ["jenkins"],
"matchDatasources": ["docker"],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.+)?$",
"changelogUrl": "https://jenkins.io/changelog-stable"
},
{
"matchDepNames": ["dpage/pgadmin4", "docker.io/dpage/pgadmin4"],
"matchDatasources": ["docker"],
"sourceUrl": "https://www.pgadmin.org"
},
{
"matchDepNames": ["/^(?:amd64/)?nextcloud$/"],
"matchDatasources": ["docker"],
"sourceUrl": "https://nextcloud.com/changelog"
},
{
"matchDepNames": ["/^certbot//"],
"matchDatasources": ["docker"],
"sourceUrl": "https://github.com/certbot/certbot"
},
{
"matchDepNames": ["coredns/coredns"],
"matchDatasources": ["docker"],
"sourceUrl": "https://github.com/coredns/coredns"
},
{
"matchDepNames": ["neilpang/acme.sh"],
"matchDatasources": "docker",
"sourceUrl": "https://github.com/acmesh-official/acme.sh"
},
{
"matchDepNames": ["ghcr.io/zalando/spilo-**"],
"matchDatasources": "docker",
"sourceUrl": "https://github.com/zalando/spilo"
},
{
"matchDepNames": ["docker"],
"matchDatasources": "docker",
"sourceUrl": "https://github.com/moby/moby"
},
{
"matchDepNames": ["code.forgejo.org/forgejo/runner"],
"matchDatasources": "docker",
"sourceUrl": "https://code.forgejo.org/forgejo/runner"
},
{
"matchDatasources": "docker",
"matchDepNames": ["/bitnami/harbor/"],
"changelogUrl": "https://github.com/goharbor/harbor"
},
{
"description": "set source url for roundcube",
"matchDatasources": ["docker"],
"matchDepNames": ["roundcube/roundcubemail"],
"sourceUrl": "https://github.com/roundcube/roundcubemail"
},
{
"description": "set source url for traefik chart",
"matchDatasources": ["docker"],
"matchDepNames": ["traefik", "ghcr.io/traefik/helm/traefik"],
"sourceUrl": "https://github.com/traefik/traefik-helm-chart"
},
{
"description": "set source url for traefik image",
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/amd64/traefik", "ghcr.io/traefik/traefik"],
"sourceUrl": "https://github.com/traefik/traefik"
},
{
"description": "set changelog url for bitnami pgbouncer",
"matchDatasources":["docker"],
"matchDepNames": ["/bitnami/pgbouncer/"],
"changelogUrl": "https://github.com/pgbouncer/pgbouncer"
},
{
"description": "set changelog url for eclipse mosquitto",
"matchDatasources":["docker"],
"matchDepNames": ["/eclipse-mosquitto/"],
"changelogUrl": "https://mosquitto.org/ChangeLog.txt"
}
]
}