From 8e48c3c196776fc0a87b61768c07b66a297d7c50 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sat, 30 Aug 2025 14:27:56 +0800 Subject: [PATCH 1/2] Update renovate.json: Add Bilibili History Fetcher group to Renovate config --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index c4a759731..50092c1f4 100644 --- a/renovate.json +++ b/renovate.json @@ -124,6 +124,10 @@ ], "enabled": false }, + { + "matchPackageNames": ["qyg2297248353/bili-fetcher**"], + "groupName": "Bilibili History Fetcher" + }, { "matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"], "groupName": "Frp Cilent & Server" From 07518db318b24306a6586fb51ed83a41f7c12c22 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:36:21 +0800 Subject: [PATCH 2/2] (ci) Update github/workflows/renovate.yml: Update Renovate workflow configuration --- .github/workflows/renovate.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2c782eae2..ae7a6dcbd 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,5 +18,7 @@ jobs: - name: Run Renovate uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7 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