File tree 1 file changed +28
-15
lines changed
1 file changed +28
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:base "
4
+ " config:recommended "
5
5
],
6
6
"flux" : {
7
7
"fileMatch" : [
14
14
]
15
15
},
16
16
"packageRules" : [
17
- {
18
- "matchPackageNames" : [" authentik" ],
19
- "registryUrls" : [" https://charts.goauthentik.io" ]
20
- },
21
- {
22
- "matchPackageNames" : [" ingress-nginx" ],
23
- "registryUrls" : [" https://kubernetes.github.io/ingress-nginx" ]
24
- },
25
- {
26
- "matchPackageNames" : [" reflector" ],
27
- "registryUrls" : [" https://emberstack.github.io/helm-charts" ]
28
- }
29
- ],
17
+ {
18
+ "matchPackageNames" : [
19
+ " authentik"
20
+ ],
21
+ "registryUrls" : [
22
+ " https://charts.goauthentik.io"
23
+ ]
24
+ },
25
+ {
26
+ "matchPackageNames" : [
27
+ " ingress-nginx"
28
+ ],
29
+ "registryUrls" : [
30
+ " https://kubernetes.github.io/ingress-nginx"
31
+ ]
32
+ },
33
+ {
34
+ "matchPackageNames" : [
35
+ " reflector"
36
+ ],
37
+ "registryUrls" : [
38
+ " https://emberstack.github.io/helm-charts"
39
+ ]
40
+ }
41
+ ],
30
42
"kubernetes" : {
31
43
"fileMatch" : [
32
44
" (^|/)kubernetes/.+\\ .ya?ml$"
33
45
]
34
46
},
35
- "regexManagers " : [
47
+ "customManagers " : [
36
48
{
49
+ "customType" : " regex" ,
37
50
"fileMatch" : [
38
51
" (^|/)kubernetes/apps/.+/helmrelease\\ .ya?ml$"
39
52
],
You can’t perform that action at this time.
0 commit comments