From 0e13729a2bfefc7f441dd33e65f8b400cacf5e27 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 11 Oct 2025 08:48:02 +0200 Subject: [PATCH] fix: k8s config to reference yaml file instead of json --- k8s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s.json b/k8s.json index daa72dc..75e3ad3 100644 --- a/k8s.json +++ b/k8s.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "kubernetes": { "enabled": true, - "fileMatch": ["^k8s/*\\.json$"], + "fileMatch": ["^k8s/*\\.yaml$"], "labels": ["deps", "k8s"] } }