tell renovate where the k8s files live
All checks were successful
/ build-freetakserver (push) Successful in 1m34s
All checks were successful
/ build-freetakserver (push) Successful in 1m34s
This commit is contained in:
parent
8f6f28f33e
commit
c9131de061
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"kubernetes": {
|
||||
"fileMatch": [
|
||||
"k8s/.+\\.yaml$"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue