add Kubernetes file matching to Renovate configuration
This commit is contained in:
parent
4566222686
commit
fb6897024e
1 changed files with 3 additions and 0 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"kubernetes": {
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
},
|
||||
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
|
||||
}
|
||||
|
|
Reference in a new issue