update renovate config to include .sh files for helm chart version updates in the scripts
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
},
|
||||
"helm-values": {
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
"fileMatch": ["\\.yaml$", "\\.yml$", "\\.sh$"]
|
||||
},
|
||||
"ignorePaths": [
|
||||
|
||||
"projects/"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user