another filematch try

This commit is contained in:
Tobias Brunner 2020-02-20 21:57:49 +01:00
parent fe81c2614d
commit 92a8447fac

View file

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