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: format

Aly Raffauf (Jul 1, 2026, 6:05 PM EDT) 93d65a9d 7c2efdfb

+1 -3
+1 -3
renovate.json
··· 38 38 { 39 39 "description": "Shared image pins in the global values file (the cute-haus-global ConfigMap is generated from it)", 40 40 "customType": "regex", 41 - "managerFilePatterns": [ 42 - "/^k8s/flux/sources/global\\.values\\.ya?ml$/" 43 - ], 41 + "managerFilePatterns": ["/^k8s/flux/sources/global\\.values\\.ya?ml$/"], 44 42 "matchStrings": [ 45 43 "\\s+\\w+:\\s+(?<depName>[^:\\s]+(?:/[^:\\s]+)*):(?<currentValue>[^@\\s]+)@(?<currentDigest>sha256:[a-f0-9]{64})" 46 44 ],