Skip to content

Commit f326cb6

Browse files
committedFeb 13, 2025
test renovate
1 parent 9731a47 commit f326cb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.github/renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
"registryUrls": ["https://charts.goauthentik.io"]
2424
}
2525
],
26+
"helmv3": {
27+
"fileMatch": [
28+
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
29+
]
30+
},
31+
"kubernetes": {
32+
"fileMatch": [
33+
"(^|/)kubernetes/.+\\.ya?ml$"
34+
]
35+
},
2636
"regexManagers": [
2737
{
2838
"fileMatch": [

0 commit comments

Comments
 (0)
Please sign in to comment.