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: more auto updates

Aly Raffauf (Jun 24, 2026, 2:57 PM EDT) bb182964 4b4dfb38

+5 -9
+5 -9
renovate.json
··· 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": ["config:recommended", ":dependencyDashboard"], 4 4 "timezone": "America/New_York", 5 - "schedule": ["every weekend"], 5 + "schedule": ["* 22-23,0-5 * * *"], 6 + "prConcurrentLimit": 4, 7 + "prHourlyLimit": 2, 6 8 "labels": ["dependencies"], 7 9 8 10 "helmfile": { ··· 26 28 "matchPackageNames": ["/tranquil/"] 27 29 }, 28 30 { 29 - "description": "Auto-merge patch + digest updates after CI passes", 30 - "matchUpdateTypes": ["patch", "digest", "pin", "pinDigest"], 31 + "description": "Auto-merge routine updates after CI passes", 32 + "matchUpdateTypes": ["minor", "patch", "digest", "pin", "pinDigest"], 31 33 "automerge": true 32 - }, 33 - { 34 - "description": "Group helm chart minor bumps into one PR per week", 35 - "matchManagers": ["helmfile"], 36 - "matchUpdateTypes": ["minor"], 37 - "groupName": "helm chart minor updates" 38 34 }, 39 35 { 40 36 "description": "Major bumps stay manual",