Skip to content

Commit

Permalink
chore: enable dependabot using uv for auto-bumping python packages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Mar 4, 2025
1 parent 2b53b18 commit 33370ea
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2
enable-beta-ecosystems: true
updates:

- package-ecosystem: "github-actions"
Expand All @@ -21,9 +22,14 @@ updates:
versioning-strategy: increase


# - package-ecosystem: "pip"
# NOTE: as dependabot isn't compatible with our usage of `uv pip compile` we're using
# `supersetbot` instead
# NOTE: `uv` support is in beta, more details here:
# https://github.com/dependabot/dependabot-core/pull/10040#issuecomment-2696978430
- package-ecosystem: "uv"
directory: "requirements/"
open-pull-requests-limit: 10
labels:
- uv
- dependabot

- package-ecosystem: "npm"
directory: ".github/actions"
Expand Down

0 comments on commit 33370ea

Please sign in to comment.