mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Change Dependabot update schedule to daily (#22631)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
a6e79bb497
commit
667f306841
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -8,7 +8,7 @@ updates:
|
|||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
|
|
@ -17,7 +17,7 @@ updates:
|
|||
- package-ecosystem: github-actions
|
||||
directory: "/.github/workflows"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: daily
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 5
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in a new issue