-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
43 lines (43 loc) · 1.18 KB
/
renovate.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
{
"extends": [
"config:recommended"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["kube-vip\\.yaml$"],
"matchStrings": ["version: (?<currentValue>. )\\n"],
"depNameTemplate": "ghcr.io/kube-vip/kube-vip",
"datasourceTemplate": "docker"
}
],
"flux": {
"fileMatch": ["cluster/.*\\.yaml"]
},
"helm-values": {
"fileMatch": ["cluster/.*\\.yaml$"]
},
"ignorePaths": [
"cluster/cloud-cluster/cnpg-system/catalog.yaml"
],
"kubernetes": {
"fileMatch": ["cluster/.*\\.yaml$"]
},
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePatterns": ["quay\\.io\/invidious\/. "],
"versioning": "regex:^(?<major>\\d )\\.(?<minor>\\d )\\.(?<patch>\\d )-(?<revision>[a-f0-9] )-arm64$"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["matrixdotorg\/synapse"],
"changelogUrl": "https://github.com/element-hq/synapse"
},
{
"matchDatasources": ["helm"],
"matchPackageNames": ["ingress-nginx"],
"changelogUrl": "https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/changelog/helm-chart-{{{newVersion}}}.md"
}
]
}