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