Skip to content

Commit 9a40066

Browse files
committedMar 1, 2025
simplify renovate.json
1 parent bb5b86e commit 9a40066

File tree

1 file changed

+4
-67
lines changed

1 file changed

+4
-67
lines changed
 

‎.github/renovate.json

+4-67
Original file line numberDiff line numberDiff line change
@@ -7,76 +7,13 @@
77
"kubernetes/cluster/production/flux-system/gotk-components.yaml"
88
],
99
"flux": {
10-
"fileMatch": [
11-
"(^|/)kubernetes/.+\\.ya?ml$"
12-
]
10+
"fileMatch": ["^kubernetes/.+\\.ya?ml$"]
1311
},
14-
"helmv3": {
15-
"fileMatch": [
16-
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
17-
]
12+
"helm-values": {
13+
"fileMatch": ["^kubernetes/.+\\.ya?ml$"]
1814
},
19-
"packageRules": [
20-
{
21-
"matchPackageNames": [
22-
"authentik"
23-
],
24-
"registryUrls": [
25-
"https://charts.goauthentik.io"
26-
]
27-
},
28-
{
29-
"matchPackageNames": [
30-
"ingress-nginx"
31-
],
32-
"registryUrls": [
33-
"https://kubernetes.github.io/ingress-nginx"
34-
]
35-
},
36-
{
37-
"matchPackageNames": [
38-
"reflector"
39-
],
40-
"registryUrls": [
41-
"https://emberstack.github.io/helm-charts"
42-
]
43-
},
44-
{
45-
"matchPackageNames": [
46-
"app-template"
47-
],
48-
"registryUrls": [
49-
"https://bjw-s.github.io/helm-charts"
50-
]
51-
}
52-
],
5315
"kubernetes": {
54-
"fileMatch": [
55-
"(^|/)kubernetes/.+\\.ya?ml$"
56-
]
16+
"fileMatch": ["^kubernetes/.+\\.ya?ml$"]
5717
},
58-
"customManagers": [
59-
{
60-
"customType": "regex",
61-
"fileMatch": [
62-
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
63-
],
64-
"matchStrings": [
65-
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
66-
],
67-
"datasourceTemplate": "helm",
68-
"versioningTemplate": "semver"
69-
},
70-
{
71-
"customType": "regex",
72-
"fileMatch": ["(^|/)terraform/flux/main\\.tf$"],
73-
"matchStrings": [
74-
"resource\\s+\"flux_bootstrap_git\"\\s+\"[^\"]+\"\\s+\\{[^}]*?version\\s+=\\s+\"(?<currentValue>[0-9\\.]+)\""
75-
],
76-
"datasourceTemplate": "github-releases",
77-
"packageNameTemplate": "fluxcd/flux2",
78-
"versioningTemplate": "semver"
79-
}
80-
],
8118
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
8219
}

0 commit comments

Comments
 (0)
Please sign in to comment.