Update dependabot.yml (#12396)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/12404/head
Glenn Jocher 2023-11-20 01:58:21 +01:00 committed by GitHub
parent b378d10f0c
commit 7c54e5d23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license
# Dependabot for package version updates
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: pip
@ -12,7 +16,7 @@ updates:
- dependencies
- package-ecosystem: github-actions
directory: "/"
directory: "/.github/workflows"
schedule:
interval: weekly
time: "04:00"