diff --git a/repo/sing-geoip/lilac.yaml b/repo/sing-geoip/lilac.yaml index dca0a11..207cec5 100644 --- a/repo/sing-geoip/lilac.yaml +++ b/repo/sing-geoip/lilac.yaml @@ -13,3 +13,5 @@ update_on: github: SagerNet/sing-geoip - source: cmd cmd: curl -s https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name" + - source: manual + manual: 1 diff --git a/repo/sing-geosite/lilac.yaml b/repo/sing-geosite/lilac.yaml index 89468ac..5d0f14b 100644 --- a/repo/sing-geosite/lilac.yaml +++ b/repo/sing-geosite/lilac.yaml @@ -12,4 +12,6 @@ update_on: - source: github github: SagerNet/sing-geosite - source: cmd - cmd: curl -s https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name" \ No newline at end of file + cmd: curl -s https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name" + - source: manual + manual: 1 \ No newline at end of file