Skip to content

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

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#426
jmeridth merged 1 commit intomainfrom
chore/dependabot-pip-to-uv

Conversation

@jmeridth
Copy link
Collaborator

@jmeridth jmeridth commented Mar 13, 2026

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

Updates Dependabot configuration for Python dependency updates, aligning it with the repository’s use of uv/uv.lock.

Changes:

  • Switch Dependabot package-ecosystem from pip to uv for the root directory.

version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: "uv"
@jmeridth jmeridth force-pushed the chore/dependabot-pip-to-uv branch from 93f5633 to d8bb738 Compare March 13, 2026 03:48
- drop update-uv-lock workflows also

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth force-pushed the chore/dependabot-pip-to-uv branch from fc226d8 to 1e27e75 Compare March 13, 2026 04:00
@jmeridth jmeridth merged commit c0db0d4 into main Mar 13, 2026
34 checks passed
@jmeridth jmeridth deleted the chore/dependabot-pip-to-uv branch March 13, 2026 08:51
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