Merge pull request #858 from 3dwardch3ng/misc

update renovate config to include .sh files for helm chart version up…
This commit is contained in:
2024-08-27 15:47:51 +10:00
committed by GitHub

View File

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