From 978db0fb594a73aaed0a8a53b5a16304c5f9a034 Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Fri, 23 Jun 2023 13:59:23 -0700 Subject: [PATCH] [CHORE] set dependabot schedule to weekly (#1085) * Set schedule for dependabot to weekly --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 601748d4f1..11bd6c0925 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: pip directory: / schedule: - interval: daily + interval: weekly # Add assignees assignees: - samster25 @@ -12,7 +12,7 @@ updates: - package-ecosystem: cargo directory: / schedule: - interval: daily + interval: weekly # Add assignees assignees: - samster25 @@ -21,7 +21,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly # Add assignees assignees: - samster25