mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 21:53:50 +08:00
Added the dependabot action (#304)
This commit is contained in:
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
## 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
|
Reference in New Issue
Block a user