From f330303cdd093ee4c514065fb1a7dedccf7b1ce6 Mon Sep 17 00:00:00 2001 From: TatLead Date: Mon, 11 Mar 2024 19:28:35 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d08e26..76ad911 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,11 @@ version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "/" schedule: interval: "weekly"