test renovate
This commit is contained in:
parent
9731a470ec
commit
f326cb6b8f
1 changed files with 10 additions and 0 deletions
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
|
@ -23,6 +23,16 @@
|
||||||
"registryUrls": ["https://charts.goauthentik.io"]
|
"registryUrls": ["https://charts.goauthentik.io"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"helmv3": {
|
||||||
|
"fileMatch": [
|
||||||
|
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"kubernetes": {
|
||||||
|
"fileMatch": [
|
||||||
|
"(^|/)kubernetes/.+\\.ya?ml$"
|
||||||
|
]
|
||||||
|
},
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
|
Reference in a new issue