Skip to content

Commit

Permalink
[ci/build] Configure dependabot to update pip dependencies (vllm-proj…
Browse files Browse the repository at this point in the history
…ect#9811)

Signed-off-by: kevin <[email protected]>
Signed-off-by: Maxime Fournioux <[email protected]>
  • Loading branch information
khluu authored and mfournioux committed Nov 20, 2024
1 parent 1ed0c12 commit 0a12982
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
open-pull-requests-limit: 5
reviewers: ["khluu", "simon-mo"]
allow:
- dependency-type: "all"
groups:
patch-update:
applies-to: version-updates
update-types: ["patch"]
minor-update:
applies-to: version-updates
update-types: ["minor"]

0 comments on commit 0a12982

Please sign in to comment.