Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

renovate: match flux chart layout

Aly Raffauf (Jul 1, 2026, 5:24 PM EDT) bdad9356 dc93d42b

+16 -4
+16 -4
renovate.json
··· 9 9 "enabled": true 10 10 }, 11 11 12 + "helmrelease": { 13 + "managerFilePatterns": ["/^k8s/flux/.*\\.ya?ml$/"] 14 + }, 15 + 12 16 "lockFileMaintenance": { 13 17 "enabled": true, 14 18 "automerge": true 15 - }, 16 - 17 - "helmfile": { 18 - "managerFilePatterns": ["/k8s/helmfile\\.yaml$/"] 19 19 }, 20 20 21 21 "customManagers": [ ··· 32 32 "managerFilePatterns": ["/^k8s/charts/.*\\.ya?ml$/"], 33 33 "matchStrings": [ 34 34 "repository:\\s+[\"']?(?<depName>[^\\s\"']+)[\"']?\\s+tag:\\s+[\"']?(?<currentValue>[^\\s\"'@]+)@(?<currentDigest>sha256:[a-f0-9]{64})[\"']?" 35 + ], 36 + "datasourceTemplate": "docker" 37 + }, 38 + { 39 + "description": "Shared image pins in values/global.yaml and the Flux ConfigMap mirror", 40 + "customType": "regex", 41 + "managerFilePatterns": [ 42 + "/^k8s/values/global\\.ya?ml$/", 43 + "/^k8s/flux/sources/global-configmap\\.ya?ml$/" 44 + ], 45 + "matchStrings": [ 46 + "\\s+\\w+:\\s+(?<depName>[^:\\s]+(?:/[^:\\s]+)*):(?<currentValue>[^@\\s]+)@(?<currentDigest>sha256:[a-f0-9]{64})" 35 47 ], 36 48 "datasourceTemplate": "docker" 37 49 },