Skip to content

Remove obsolete Dependabot configuration#370

Open
colonelpanic8 wants to merge 1 commit into
ekiefl:mainfrom
colonelpanic8:agent/remove-obsolete-dependabot
Open

Remove obsolete Dependabot configuration#370
colonelpanic8 wants to merge 1 commit into
ekiefl:mainfrom
colonelpanic8:agent/remove-obsolete-dependabot

Conversation

@colonelpanic8

Copy link
Copy Markdown

What changed

Remove the obsolete .github/dependabot.yml configuration. The repository now uses Renovate for dependency updates, and Renovate already excludes the intentionally constrained numba and llvmlite packages.

Why

The scheduled Dependabot Updates job was failing while attempting to update llvmlite to 0.47.0, which cannot satisfy the project's llvmlite <0.46 and numba <0.63 constraints. Removing the stale Dependabot configuration prevents that conflicting updater from running.

Validation

  • uv lock --check
  • uv sync --frozen --group dev --no-install-project
  • uv run --no-sync make lint
  • uv run --no-sync make typecheck
  • uv run --no-sync make test — 1301 passed

@colonelpanic8
colonelpanic8 requested a review from ekiefl as a code owner July 20, 2026 20:27
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 87504f17-74ed-40b7-a15f-edcfebf81c50

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant