Skip to content

chore(deps): switch dependabot package ecosystem from pip to uv#502

Merged
jmeridth merged 1 commit intomainfrom
chore/dependabot-pip-to-uv
Mar 13, 2026
Merged

chore(deps): switch dependabot package ecosystem from pip to uv#502
jmeridth merged 1 commit intomainfrom
chore/dependabot-pip-to-uv

Conversation

@jmeridth
Copy link
Collaborator

What

Switch the dependabot package ecosystem from pip to uv in .github/dependabot.yml.

Why

The project uses uv for dependency management, so dependabot should use the uv ecosystem for accurate dependency updates.

Notes

No functional change to CI/CD pipelines. Dependabot will now use uv-native resolution for Python dependency updates.

@jmeridth jmeridth requested a review from zkoppert as a code owner March 13, 2026 03:46
Copilot AI review requested due to automatic review settings March 13, 2026 03:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the dependabot configuration to use the uv package ecosystem instead of pip, aligning it with the project's actual dependency management tooling.

Changes:

  • Switch package-ecosystem from "pip" to "uv" in .github/dependabot.yml

@jmeridth jmeridth force-pushed the chore/dependabot-pip-to-uv branch from 56c7dac to 52313bf Compare March 13, 2026 03:48
- drop update-uv-lock workflow also

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth force-pushed the chore/dependabot-pip-to-uv branch from c48889e to 0b26e64 Compare March 13, 2026 04:00
@jmeridth jmeridth merged commit d85346e into main Mar 13, 2026
34 checks passed
@jmeridth jmeridth deleted the chore/dependabot-pip-to-uv branch March 13, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants