parent
fc9aa1d059
commit
0352f2bd76
1 changed files with 2 additions and 8 deletions
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
|
@ -1,14 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"enabledManagers": [
|
"kubernetes": {
|
||||||
"helm-requirements",
|
"fileMatch": ["\\.yaml$"]
|
||||||
"kubernetes"
|
|
||||||
],
|
|
||||||
"kubernetes": {
|
|
||||||
"fileMatch": [
|
|
||||||
"kubernetes/.+\\.ya?ml$"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
|
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue