Update renovate fileMatch again

This commit is contained in:
Nikolai Rodionov 2024-10-17 08:30:20 +02:00
parent eb165e1b8a
commit e8f7bd12a6
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -3,7 +3,9 @@
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
"fileMatch": [ "helmfile": {
"(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$" "fileMatch": [
] "(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$"
]
}
} }