mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 13:43:50 +08:00
9 lines
245 B
YAML
9 lines
245 B
YAML
## Enabled the dependabot to check the dependencies of the project
|
|
## Dependabot will open pull requests to update dependencies automatically
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly |