File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 "registryUrls" : [" https://otwld.github.io/ollama-helm/" ]
127127 }
128128 ],
129- "customManagers" : [
130- {
131- "description" : " Update Helm chart versions in scripts" ,
132- "customType" : " regex" ,
133- "fileMatch" : [" \\ .sh$" ],
134- "matchStrings" : [
135- " helm install .* --version \" (?<currentValue>.*?)\" " ,
136- " helm upgrade .* --version \" (?<currentValue>.*?)\" "
137- ],
138- "datasourceTemplate" : " helm" ,
139- "depNameTemplate" : " bitnami/nginx-ingress-controller"
140- },
141- {
142- "description" : " Update Docker image tags in Dockerfiles/scripts" ,
143- "customType" : " regex" ,
144- "fileMatch" : [" (^|/)Dockerfile$" , " \\ .sh$" ],
145- "matchStrings" : [
146- " FROM (?<depName>[^ :]+):(?<currentValue>[^@\\ s]+)@sha256:" ,
147- " FROM (?<depName>[^ :]+):(?<currentValue>[^@\\ s]+)\\ s" ,
148- " docker.*(?<depName>[a-z0-9._-]+/[a-z0-9._-]+):(?<currentValue>[a-z0-9._-]+)"
149- ],
150- "datasourceTemplate" : " docker"
151- }
152- ],
153129 "ignoreDeps" : [],
154130 "ignorePaths" : [
155131 " **/node_modules/**" ,
You can’t perform that action at this time.
0 commit comments