This commit is contained in:
Roxedus 2022-05-31 09:47:22 +02:00
parent 39e8668508
commit ee36fb42cc
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -4,12 +4,12 @@
], ],
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"\\.yaml$" "deployment\\.yaml$"
] ]
}, },
"helm-values": { "helm-values": {
"fileMatch": [ "fileMatch": [
"\\.helms\\\\.*values\\.yaml$" "-values\\.yaml$"
] ]
}, },
"minor": { "minor": {