mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[Dependabot] Add Dependabot (#13278)
Co-authored-by: Ian <ian.rodney@gmail.com>
This commit is contained in:
parent
43f70faa25
commit
0f5d36ce5e
1 changed files with 21 additions and 0 deletions
21
.github/dependabot.yml
vendored
Normal file
21
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
version: 2
|
||||
updates:
|
||||
# Tune/SGD/Doc requirements
|
||||
- package-ecosystem: "pip"
|
||||
# The requirements base directory currently only contains tune requirements.
|
||||
# If we want to add more requirements here (Core, RLlib, etc.), then we should make subdirectories for each one.
|
||||
directory: "/python/requirements"
|
||||
schedule:
|
||||
# TODO(amogkam) change this to weekly after some initial validation.
|
||||
interval: "daily"
|
||||
# 8 PM
|
||||
time: "20:00"
|
||||
# Use Pacific Standard Time
|
||||
timezone: "America/Los_Angeles"
|
||||
commit-message:
|
||||
prefix: "[tune]"
|
||||
include: "scope"
|
||||
# Only 3 upgrade PRs at a time.
|
||||
open-pull-requests-limit: 3
|
||||
reviewers:
|
||||
- "ray-project/ray-tune"
|
Loading…
Add table
Reference in a new issue