From cf84d7d79fa9dc307a0c8299f9e20c3dc45cd96c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 20 Jul 2026 18:31:27 +0200 Subject: [PATCH] fix(vscode): trust renovate's schema store --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d06d1d0..67adca7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,10 @@ "yaml.schemas": { "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" + ], + "https://docs.renovatebot.com/renovate-schema.json":[ + "renovate.json", + "renovate.json5" ] }, "yaml.schemaStore.enable": true,