From b0996d5a3344c976da10d06f8d9218f55920d251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:08:36 +0000 Subject: [PATCH 1/2] chore(deps): update renovatebot/github-action action to v46.1.4 (#4428) --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f29d1fc2d..4ba4c08e9 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Run Renovate - uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3 + uses: renovatebot/github-action@0b17c4eb901eca44d018fb25744a50a74b2042df # v46.1.4 with: configurationFile: renovate.json token: ${{ github.token }} From 4643f2bbb5604ba4bc7a60175d18e34343306afe Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:50:31 +0800 Subject: [PATCH 2/2] chore(sync-schedule): disable http-sync job - disable the http-sync job by setting its conditional to false - remove Touchacme remote configuration from the matrix --- .github/workflows/sync-schedule.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-schedule.yml b/.github/workflows/sync-schedule.yml index 31af6a126..3b53824d5 100644 --- a/.github/workflows/sync-schedule.yml +++ b/.github/workflows/sync-schedule.yml @@ -81,14 +81,15 @@ jobs: http-sync: name: 同步到 ${{ matrix.remote.name }} + if: false # 禁用 runs-on: ubuntu-latest strategy: fail-fast: false matrix: remote: - - name: Touchacme - https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git - pat-secret: SYNC_PAT_TOUCHACME + - name: + https-url: + pat-secret: steps: - name: 检出完整仓库