16 lines
168 B
JSON
16 lines
168 B
JSON
|
{
|
||
|
"repos": [
|
||
|
{
|
||
|
"owner": "golang",
|
||
|
"repo": "go"
|
||
|
},
|
||
|
{
|
||
|
"owner": "torvalds",
|
||
|
"repo": "linux"
|
||
|
}
|
||
|
],
|
||
|
"interval": 5,
|
||
|
"ntfy_topic": "your-ntfy-topic"
|
||
|
}
|
||
|
|