forgejo-helm/.vscode/settings.json
Renovate Bot bea4d94daf chore(deps): update dependency helm-unittest/helm-unittest to v0.4.1 (#272)
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/272
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-01-13 06:35:08 +00:00

12 lines
327 B
JSON

{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
".github/workflows/*",
".forgejo/workflows/*"
],
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.4.1/schema/helm-testsuite.json": [
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
}