renovate-config/.vscode/settings.json

10 lines
204 B
JSON
Raw Normal View History

2024-05-15 08:59:54 -05:00
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
".github/workflows/*",
".forgejo/workflows/*"
]
},
"yaml.schemaStore.enable": true
}