-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
38 lines (38 loc) · 993 Bytes
/
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
{
"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"],
"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"
}
]
}