[ci/build] Configure dependabot to update pip dependencies (#9811)

Signed-off-by: kevin <kevin@anyscale.com>
This commit is contained in:
Kevin H. Luu 2024-10-31 12:55:38 -10:00 committed by GitHub
parent 9fb12f7848
commit b63c64d95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,3 +5,19 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" 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"]