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,