Skip to content

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

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#129
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
@jmeridth jmeridth force-pushed the chore/dependabot-pip-to-uv branch from db983de to 6d97d0a Compare March 13, 2026 03:48
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 the repository’s Dependabot configuration for Python dependency updates, apparently to align Dependabot with the repo’s use of uv/uv.lock.

Changes:

  • Switch Dependabot package-ecosystem for the root Python updates entry from pip to uv.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
- package-ecosystem: "uv"
- drop update-uv-lock workflow also

Signed-off-by: jmeridth <[email protected]>
@jmeridth jmeridth force-pushed the chore/dependabot-pip-to-uv branch from 066fac8 to 100b3d6 Compare March 13, 2026 04:00
@jmeridth jmeridth merged commit e2cbd0c into main Mar 13, 2026
36 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