test renovate
This commit is contained in:
parent
dd43bdc402
commit
ca2415c406
1 changed files with 5 additions and 18 deletions
23
.github/renovate.json
vendored
23
.github/renovate.json
vendored
|
@ -1,12 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["config:recommended"],
|
||||||
"config:recommended"
|
"flux": {
|
||||||
],
|
"fileMatch": ["kubernetes/.+\\.ya?ml$"]
|
||||||
"kubernetes": {
|
|
||||||
"fileMatch": [
|
|
||||||
"(^|/)kubernetes/.+\\.ya?ml$"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"helmv3": {
|
"helmv3": {
|
||||||
"registryAliases": {
|
"registryAliases": {
|
||||||
|
@ -14,20 +10,11 @@
|
||||||
"ingress-nginx": "https://kubernetes.github.io/ingress-nginx",
|
"ingress-nginx": "https://kubernetes.github.io/ingress-nginx",
|
||||||
"reflector": "https://emberstack.github.io/helm-charts"
|
"reflector": "https://emberstack.github.io/helm-charts"
|
||||||
},
|
},
|
||||||
"fileMatch": [
|
"fileMatch": ["kubernetes/apps/.+/helmrelease\\.ya?ml$"]
|
||||||
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"helm-requirements": {
|
|
||||||
"fileMatch": [
|
|
||||||
"(^|/)kubernetes/apps/.+/helmrepo\\.ya?ml$"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": ["kubernetes/apps/.+/helmrelease\\.ya?ml$"],
|
||||||
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
|
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue