sourcebot/default-config.json

11 lines
195 B
JSON
Raw Permalink Normal View History

2024-09-06 19:19:55 +00:00
{
2024-10-17 20:31:18 +00:00
"$schema": "./schemas/v2/index.json",
"repos": [
2024-09-06 19:19:55 +00:00
{
2024-10-17 20:31:18 +00:00
"type": "github",
"repos": [
"sourcebot-dev/sourcebot"
]
2024-09-06 19:19:55 +00:00
}
]
}