update renovate config to include .sh files for helm chart version updates in the scripts

This commit is contained in:
2024-08-27 15:42:33 +10:00
parent 23e93865a1
commit d6342dd340

View File

@@ -7,9 +7,9 @@
"fileMatch": ["\\.yaml$"]
},
"helm-values": {
"fileMatch": ["\\.yaml$"]
"fileMatch": ["\\.yaml$", "\\.yml$", "\\.sh$"]
},
"ignorePaths": [
"projects/"
]
}