Skip to content

Commit d6ba42b

Browse files
author
Renovate Bot
committedFeb 14, 2025
⬆️ migrate config .github/renovate.json
1 parent 3229d0f commit d6ba42b

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed
 

‎.github/renovate.json

+28-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"flux": {
77
"fileMatch": [
@@ -14,26 +14,39 @@
1414
]
1515
},
1616
"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+
],
3042
"kubernetes": {
3143
"fileMatch": [
3244
"(^|/)kubernetes/.+\\.ya?ml$"
3345
]
3446
},
35-
"regexManagers": [
47+
"customManagers": [
3648
{
49+
"customType": "regex",
3750
"fileMatch": [
3851
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
3952
],

0 commit comments

Comments
 (0)
Please sign in to comment.