-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
62 lines (62 loc) · 2.99 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"extends": ["config:base"],
"docker": {
"enabled": false
},
"kustomize": {
"ignorePaths": ["**/nginx-ingress/**"]
},
"hostRules": [
{
"matchHost": "index.docker.io",
"encrypted": {
"token": "wcFMA/xDdHCJBTolAQ//bMJPXwNTPiQQudFSLawfYiUMVixbdlz60WRZxMal4G36Kjrv9Ha/xaSwB4xZUHHlwijf8Qm7YJwehWwuG6L5qScF0mXf2/zaR1j2kvlxo9WfKmsYTvxyIdSJevlbCLZB6R45LKPPtSal7hHuD0MiR5wQCSQ2BmjQ3nq+s15I1/AlrVAteCVQXARlpKkMp7O/UDvKc7AFOHFiNqud/OncjB8a5oT0hihayu7UUu1q4fPElVeLqD1T+iwipUca9p53a8I8Op0T4paOWeJ28lgUUPzHzSwIpEWUE6boJMoaExGdQw5I71qt+zLYefKuVUipI2PetmpEQo6+v2xQfNezSoTQfvCfA79ddFJBszijE58xITSDDficQAM6CYQg3ld8S4y9s1xBQLKduM079z9rZPtjRRphevevp49Q57JGjiiTVtX+AaBy8x1Baww/JcIIdcUbrYIkK63dDkNxbRAaTV+kibnGbPBTHC8lvvS7vJqYv5i3mZEzr6ItvkCR1PLFARJkNfyZ7B9iqZQaFXtH10AVQK2gUQ/TI7YPB8hNnQQHwswMhjzNL4SdI+VBb9np5qqOpyahigxsApxWwJKpecEpL61ZgjOalbvl/NYNiEKhV1wRxjKZ2EZDcp4I2CrIhw+URz2H9t1iwhMv9i4sHOF2ZsgmgulLB7E6osIMDJ7SgQFCuWqWDv3GE/CUEjFkqMjHT0LVcIwv5U6TAfbpMJ62bzo5rXmW4jMda9yzbPxNxXOddk6uI7sIDUWOBFAorQIVKJfdkMcwu78LYvyUO+n8rE1LOAnBBAb8WfmjG5FOLZEWJqlxvhHvLff+TI12bPwgyhS3eydhkmhHyGvLNgwt1w"
}
}
],
"regexManagers": [
{
"fileMatch": ["^argocd/bases/sopsSecretGenerator/kustomization.yaml$"],
"matchStrings": ["SOPS_SECRET_GENERATOR_VERSION=(?<currentValue>.*?)\\n"],
"depNameTemplate": "goabout/kustomize-sopssecretgenerator",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^argocd/bases/sopsSecretGenerator/kustomization.yaml$"],
"matchStrings": ["SOPS_VERSION=(?<currentValue>.*?)\\n"],
"depNameTemplate": "mozilla/sops",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^argocd/bases/sopsSecretGenerator/kustomization.yaml$"],
"matchStrings": ["YQ_VERSION=(?<currentValue>.*?)\\n"],
"depNameTemplate": "mikefarah/yq",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^nginx-ingress/bases/cloud/kustomization.yaml$", "^nginx-ingress/bases/kind/kustomization.yaml$"],
"matchStrings": ["\\?ref=controller-(?<currentValue>.*?)\\n"],
"depNameTemplate": "kubernetes/ingress-nginx",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^controller-(?<version>.*?)$"
},
{
"fileMatch": ["^cert-manager/base/kustomization.yaml$"],
"matchStrings": ["download\\/(?<currentValue>.*?)\\/cert-manager.yaml\\n"],
"depNameTemplate": "cert-manager/cert-manager",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^prometheus/base/prometheus.yaml$"],
"matchStrings": ["version: (?<currentValue>.*?)\\n"],
"depNameTemplate": "prometheus/prometheus",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^kubegres/base/kustomization.yaml$"],
"matchStrings": ["kubegres\\/(?<currentValue>.*?)\\/kubegres.yaml\\n"],
"depNameTemplate": "reactive-tech/kubegres",
"datasourceTemplate": "github-releases"
}
]
}