diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2b7d5fb24..9a30f434f 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,5 +18,7 @@ jobs: - name: Run Renovate uses: renovatebot/github-action@a447f09147d00e00ae2a82ad5ef51ca89352da80 # v43.0.9 with: - useSlim: false - token: ${{ github.token }} \ No newline at end of file + configurationFile: renovate.json + token: ${{ github.token }} + env: + RENOVATE_REPOSITORIES: '["pooneyy/1Panel-Appstore"]' \ No newline at end of file diff --git a/renovate.json b/renovate.json index 707558d46..100d4860f 100644 --- a/renovate.json +++ b/renovate.json @@ -123,6 +123,10 @@ ], "enabled": false }, + { + "matchPackageNames": ["qyg2297248353/bili-fetcher**"], + "groupName": "Bilibili History Fetcher" + }, { "matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"], "groupName": "Frp Cilent & Server"