From 7c54e5d23bf91ab544e2cc102bda273590baa109 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 20 Nov 2023 01:58:21 +0100 Subject: [PATCH] Update dependabot.yml (#12396) Signed-off-by: Glenn Jocher --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1b3d5d514c3..2d4ae31873b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"