Skip to content

Commit 728acd7

Browse files
committed
fix: remove custom managers for Helm chart and Docker image updates
1 parent ad34ba9 commit 728acd7

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/renovate.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -126,30 +126,6 @@
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/**",

0 commit comments

Comments
 (0)