diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908..5ace4600a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 77d419f38..02f5669a0 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,6 +31,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@e3b3e531a7695dfc37c604a62ffcaf0f436c4524 # ratchet:anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@e3b3e531a7695dfc37c604a62ffcaf0f436c4524 # ratchet:anthropics/claude-code-action@main with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}