|
45 | 45 | },
|
46 | 46 | "forkProcessing": "enabled",
|
47 | 47 | "timezone": "America/Los_Angeles",
|
48 |
| - "schedule": ["before 6am"] |
| 48 | + "schedule": ["before 6am"], |
| 49 | + "customManagers": [ |
| 50 | + { |
| 51 | + "customType": "regex", |
| 52 | + "fileMatch": [ |
| 53 | + "^.devcontainer/Dockerfile$" |
| 54 | + ], |
| 55 | + "matchStrings": [ |
| 56 | + "ARG VERSION_KUBECTL=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 57 | + ], |
| 58 | + "extractVersionTemplate": "^kubernetes-(?<version>.*)$", |
| 59 | + "datasourceTemplate": "github-tags", |
| 60 | + "depNameTemplate": "kubernetes/kubectl" |
| 61 | + }, |
| 62 | + { |
| 63 | + "customType": "regex", |
| 64 | + "fileMatch": [ |
| 65 | + "^.devcontainer/Dockerfile$" |
| 66 | + ], |
| 67 | + "matchStrings": [ |
| 68 | + "ARG VERSION_OPENTOFU=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 69 | + ], |
| 70 | + "extractVersionTemplate": "(?<version>.*)$", |
| 71 | + "datasourceTemplate": "github-tags", |
| 72 | + "depNameTemplate": "opentofu/opentofu" |
| 73 | + }, |
| 74 | + { |
| 75 | + "customType": "regex", |
| 76 | + "fileMatch": [ |
| 77 | + "^.devcontainer/Dockerfile$" |
| 78 | + ], |
| 79 | + "matchStrings": [ |
| 80 | + "ARG VERSION_HELM=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 81 | + ], |
| 82 | + "extractVersionTemplate": "(?<version>.*)$", |
| 83 | + "datasourceTemplate": "github-tags", |
| 84 | + "depNameTemplate": "helm/helm" |
| 85 | + }, |
| 86 | + { |
| 87 | + "customType": "regex", |
| 88 | + "fileMatch": [ |
| 89 | + "^.devcontainer/Dockerfile$" |
| 90 | + ], |
| 91 | + "matchStrings": [ |
| 92 | + "ARG VERSION_GCLOUD_SDK=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 93 | + ], |
| 94 | + "extractVersionTemplate": "(?<version>.*)$", |
| 95 | + "datasourceTemplate": "github-tags", |
| 96 | + "depNameTemplate": "google-cloud-sdk-unofficial/google-cloud-sdk" |
| 97 | + }, |
| 98 | + { |
| 99 | + "customType": "regex", |
| 100 | + "fileMatch": [ |
| 101 | + "^.devcontainer/Dockerfile$" |
| 102 | + ], |
| 103 | + "matchStrings": [ |
| 104 | + "ARG VERSION_TASKFILE=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 105 | + ], |
| 106 | + "extractVersionTemplate": "(?<version>.*)$", |
| 107 | + "datasourceTemplate": "github-tags", |
| 108 | + "depNameTemplate": "go-task/task" |
| 109 | + }, |
| 110 | + { |
| 111 | + "customType": "regex", |
| 112 | + "fileMatch": [ |
| 113 | + "^.devcontainer/Dockerfile$" |
| 114 | + ], |
| 115 | + "matchStrings": [ |
| 116 | + "ARG VERSION_KIND=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 117 | + ], |
| 118 | + "extractVersionTemplate": "(?<version>.*)$", |
| 119 | + "datasourceTemplate": "github-tags", |
| 120 | + "depNameTemplate": "kubernetes-sigs/kind" |
| 121 | + }, |
| 122 | + { |
| 123 | + "customType": "regex", |
| 124 | + "fileMatch": [ |
| 125 | + "^.devcontainer/Dockerfile$" |
| 126 | + ], |
| 127 | + "matchStrings": [ |
| 128 | + "ARG VERSION_K9S=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 129 | + ], |
| 130 | + "extractVersionTemplate": "(?<version>.*)$", |
| 131 | + "datasourceTemplate": "github-tags", |
| 132 | + "depNameTemplate": "derailed/k9s" |
| 133 | + }, |
| 134 | + { |
| 135 | + "customType": "regex", |
| 136 | + "fileMatch": [ |
| 137 | + "^.devcontainer/Dockerfile$" |
| 138 | + ], |
| 139 | + "matchStrings": [ |
| 140 | + "ARG VERSION_TERRAFORM_DOCS=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 141 | + ], |
| 142 | + "extractVersionTemplate": "(?<version>.*)$", |
| 143 | + "datasourceTemplate": "github-tags", |
| 144 | + "depNameTemplate": "terraform-docs/terraform-docs" |
| 145 | + }, |
| 146 | + { |
| 147 | + "customType": "regex", |
| 148 | + "fileMatch": [ |
| 149 | + "^.devcontainer/Dockerfile$" |
| 150 | + ], |
| 151 | + "matchStrings": [ |
| 152 | + "ARG VERSION_KUBENT=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 153 | + ], |
| 154 | + "extractVersionTemplate": "(?<version>.*)$", |
| 155 | + "datasourceTemplate": "github-tags", |
| 156 | + "depNameTemplate": "doitintl/kube-no-trouble" |
| 157 | + }, |
| 158 | + { |
| 159 | + "customType": "regex", |
| 160 | + "fileMatch": [ |
| 161 | + "^.devcontainer/Dockerfile$" |
| 162 | + ], |
| 163 | + "matchStrings": [ |
| 164 | + "ARG VERSION_HELM_DIFF=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 165 | + ], |
| 166 | + "extractVersionTemplate": "(?<version>.*)$", |
| 167 | + "datasourceTemplate": "github-tags", |
| 168 | + "depNameTemplate": "databus23/helm-diff" |
| 169 | + }, |
| 170 | + { |
| 171 | + "customType": "regex", |
| 172 | + "fileMatch": [ |
| 173 | + "^.devcontainer/Dockerfile$" |
| 174 | + ], |
| 175 | + "matchStrings": [ |
| 176 | + "ARG VERSION_CHARM_GUM=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 177 | + ], |
| 178 | + "extractVersionTemplate": "(?<version>.*)$", |
| 179 | + "datasourceTemplate": "github-tags", |
| 180 | + "depNameTemplate": "charmbracelet/gum" |
| 181 | + }, |
| 182 | + { |
| 183 | + "customType": "regex", |
| 184 | + "fileMatch": [ |
| 185 | + "^.devcontainer/Dockerfile$" |
| 186 | + ], |
| 187 | + "matchStrings": [ |
| 188 | + "ARG VERSION_ARGO_CD_CLI=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 189 | + ], |
| 190 | + "extractVersionTemplate": "(?<version>.*)$", |
| 191 | + "datasourceTemplate": "github-tags", |
| 192 | + "depNameTemplate": "argoproj/argo-cd" |
| 193 | + }, |
| 194 | + { |
| 195 | + "customType": "regex", |
| 196 | + "fileMatch": [ |
| 197 | + "^.devcontainer/Dockerfile$" |
| 198 | + ], |
| 199 | + "matchStrings": [ |
| 200 | + "ARG VERSION_K3D=(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 201 | + ], |
| 202 | + "extractVersionTemplate": "(?<version>.*)$", |
| 203 | + "datasourceTemplate": "github-tags", |
| 204 | + "depNameTemplate": "k3d-io/k3d" |
| 205 | + }, |
| 206 | + { |
| 207 | + "customType": "regex", |
| 208 | + "fileMatch": [ |
| 209 | + "^templates/application-kube-prometheus-stack-crds\\.yaml$" |
| 210 | + ], |
| 211 | + "matchStrings": [ |
| 212 | + "targetRevision: kube-prometheus-stack-(?<currentValue>\\d+\\.\\d+\\.\\d+)\\s*" |
| 213 | + ], |
| 214 | + "depNameTemplate": "kube-prometheus-stack", |
| 215 | + "datasourceTemplate": "helm" |
| 216 | + } |
| 217 | + ], |
| 218 | + "packageRules": [ |
| 219 | + { |
| 220 | + "managers": ["regex"], |
| 221 | + "registryUrls": ["https://prometheus-community.github.io/helm-charts"], |
| 222 | + "datasources": ["helm"], |
| 223 | + "packageNames": ["kube-prometheus-stack"] |
| 224 | + } |
| 225 | + ] |
49 | 226 | }
|
0 commit comments