test renovate
This commit is contained in:
parent
0352f2bd76
commit
a2eeb74b02
1 changed files with 6 additions and 1 deletions
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
|
@ -2,7 +2,12 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"kubernetes": {
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml$"]
|
||||
},
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"(^|/)kubernetes/.+\\.ya?ml$"
|
||||
]
|
||||
},
|
||||
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
|
||||
}
|
||||
|
|
Reference in a new issue