From 0352f2bd7665991512b25c6420204c252ecb9a82 Mon Sep 17 00:00:00 2001 From: mafyuh <mafyuh@noreply.localhost> Date: Sun, 9 Feb 2025 17:36:57 -0500 Subject: [PATCH] revert fc9aa1d05978f0a7a6f7c7d2c92d0ae21c33646f revert test renovate --- .github/renovate.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 78c2e494..dc5776fd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,14 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "enabledManagers": [ - "helm-requirements", - "kubernetes" - ], - "kubernetes": { - "fileMatch": [ - "kubernetes/.+\\.ya?ml$" - ] + "kubernetes": { + "fileMatch": ["\\.yaml$"] }, "dependencyDashboardTitle": ":robot: Renovate Dashboard" }