search in all dirs for deployments

This commit is contained in:
Tobias Brunner 2020-02-20 21:53:06 +01:00
parent 3edde91aaf
commit 3a868d4b6f

View file

@ -3,6 +3,6 @@
"labels": ["maintenance"],
"enabledManagers": ["kubernetes"],
"kubernetes": {
"fileMatch": ["\\deployment.yaml$"]
"fileMatch": ["*/\\deployment.yaml$"]
}
}