From 957db57cca6f12855c44df6aac2d65a7db5a19b7 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Wed, 15 Oct 2025 11:23:42 +0200 Subject: [PATCH] fix: k8s file matching (#8) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/8 Reviewed-by: branch-buddy Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- k8s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s.json b/k8s.json index 75e3ad3..732f5a1 100644 --- a/k8s.json +++ b/k8s.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "kubernetes": { "enabled": true, - "fileMatch": ["^k8s/*\\.yaml$"], + "managerFilePatterns": ["^k8s/*\\.yaml$"], "labels": ["deps", "k8s"] } }