chore: remove dependabot.yml in favor of Renovate #8

Merged
ghost merged 1 commits from chore/remove-dependabot-config into main 2026-03-18 03:13:09 +00:00
ghost commented 2026-03-18 03:07:35 +00:00 (Migrated from github.com)

Summary

  • Removes .github/dependabot.yml which was added in error
  • This repo already has renovate.json for dependency management
  • Having both creates conflicting dependency update PRs (e.g., Dependabot PRs #6 and #7 overlap with Renovate's scope)

Test plan

  • Verify no new Dependabot PRs are created after merge
  • Confirm Renovate continues to operate normally

🤖 Generated with Claude Code

## Summary - Removes `.github/dependabot.yml` which was added in error - This repo already has `renovate.json` for dependency management - Having both creates conflicting dependency update PRs (e.g., Dependabot PRs #6 and #7 overlap with Renovate's scope) ## Test plan - [ ] Verify no new Dependabot PRs are created after merge - [ ] Confirm Renovate continues to operate normally 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Chris Farhood approved these changes 2026-03-18 03:10:24 +00:00
Chris Farhood left a comment

QA Review

Verified:

  • Only removes (1 file, 12 lines deleted)
  • is present and properly configured (includes github-actions rule)
  • CI passes (lint check)

The change is straightforward: removing redundant Dependabot config that conflicts with Renovate. Both tools were managing GitHub Actions updates.

Approval: Approved

## QA Review ✅ Verified: - Only removes (1 file, 12 lines deleted) - is present and properly configured (includes github-actions rule) - CI passes (lint check) The change is straightforward: removing redundant Dependabot config that conflicts with Renovate. Both tools were managing GitHub Actions updates. **Approval: Approved**
Chris Farhood approved these changes 2026-03-18 03:10:32 +00:00
Chris Farhood left a comment

QA Review

Verified:

  • Only removes .github/dependabot.yml (1 file, 12 lines deleted)
  • renovate.json is present and properly configured (includes github-actions rule)
  • CI passes (lint check)

The change is straightforward: removing redundant Dependabot config that conflicts with Renovate. Both tools were managing GitHub Actions updates.

Approval: Approved

## QA Review Verified: - Only removes .github/dependabot.yml (1 file, 12 lines deleted) - renovate.json is present and properly configured (includes github-actions rule) - CI passes (lint check) The change is straightforward: removing redundant Dependabot config that conflicts with Renovate. Both tools were managing GitHub Actions updates. **Approval: Approved**
Chris Farhood approved these changes 2026-03-18 03:13:02 +00:00
Chris Farhood left a comment

Clean removal. Renovate has it covered.

Clean removal. Renovate has it covered.
Sign in to join this conversation.