mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jorge Torres <63155200+JorgeT42@users.noreply.github.com> Co-authored-by: slxiu <121917717+slxiu@users.noreply.github.com>
28 lines
647 B
YAML
28 lines
647 B
YAML
# 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
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "04:00"
|
|
open-pull-requests-limit: 10
|
|
reviewers:
|
|
- glenn-jocher
|
|
labels:
|
|
- dependencies
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: weekly
|
|
time: "04:00"
|
|
open-pull-requests-limit: 5
|
|
reviewers:
|
|
- glenn-jocher
|
|
labels:
|
|
- dependencies
|