From 034a272e8988c435986b05b65019fd2f87a103fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 07:05:38 +0000 Subject: [PATCH 1/2] chore(deps): bump anthropics/claude-code-action from 1.0.93 to 1.0.96 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.93 to 1.0.96. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/b47fd721da662d48c5680e154ad16a73ed74d2e0...5fb899572b81d2bb648d4d187173a2f423a9677c) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.96 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 9e927b9c58cc..e45de01cfe57 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 1 - name: Run Claude PR Action - uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # beta + uses: anthropics/claude-code-action@5fb899572b81d2bb648d4d187173a2f423a9677c # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} timeout_minutes: "60" From c49e32629c1812e393cb0a6217ccfa6fd522a482 Mon Sep 17 00:00:00 2001 From: hainenber Date: Wed, 15 Apr 2026 21:55:31 +0700 Subject: [PATCH 2/2] chore: ignore daily released `claude-code-action` due to low usage and high maintenance upkeep Signed-off-by: hainenber --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a1b034d325f..86feb412782e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" + ignore: + # Ignore temporarily as release schedule is too mentally taxing for dep-handling maintainers + # Additionally, very few PRs are reviewed by this action. + - dependency-name: anthropics/claude-code-action schedule: interval: "daily"