From 45ebcf08cbaeefb9bd4107260359a9bfb41e0f53 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Tue, 24 Mar 2026 05:39:32 +0000 Subject: [PATCH 1/2] Remove `publish` workflow --- .github/workflows/publish.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index f2ecbde..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Publish - -on: - release: - types: - - published - -jobs: - publish: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - persist-credentials: false - - uses: actions/publish-action@23f4c6f12633a2da8f44938b71fde9afec138fb4 # v0.4.0 - with: - source-tag: ${{ github.ref_name }} From 3a500ee0abc8948a8e0872b1b614c0aa9038a881 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Tue, 24 Mar 2026 05:40:03 +0000 Subject: [PATCH 2/2] Dependabot: Clean up config --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89d9d95..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ version: 2 updates: - package-ecosystem: "github-actions" - directories: - - "/" - - ".github/actions/*" + directory: "/" schedule: interval: "weekly"